orbital 0.5.0
orbital: ^0.5.0 copied to clipboard
Full Orbital package that reexports core, injector, router and state.
0.5.0 #
enableOrbitalDevtoolsreuses the bridge anOrbitalRouterauto-enabled instead of throwing aStateError; the first enabler owns the singleton- bump the dependency constraints to the 0.3.0/0.5.0 release set
(
orbital_core,orbital_injector,orbital_router,orbital_state)
0.4.1 #
- raise the
orbital_coreconstraint to^0.2.2andorbital_routerto^0.4.1, picking up the router's dependency fix. The bundle reexportsorbital_core, so a consumer resolvingorbital_core0.2.1 through this package could reach APIs that only exist in 0.2.2.
0.4.0 #
- bump the
orbital_routerdependency constraint to the 0.4.0 release, bringing automaticOrbitalDebugBridgeenabling through the bundle'sOrbitalRouterwrapper —enableDevtoolsBridge/devtoolsAppIdare forwarded on both constructors
0.3.0 #
- bump the
orbital_routerdependency constraint to the 0.3.0 release, bringing the newOrbitalModule.onInit/onExitcallbacks through the bundle's reexportedOrbitalModule
0.2.2 #
- bump the
orbital_statedependency constraint to the 0.2.2 release; no other changes
0.2.1 #
- forward the new
onNavigationErrorcallback through the bundle's convenienceOrbitalRouterwrapper - align the bundle with the 0.2.1 core, injector, router and state packages
0.2.0 #
- align the bundle with the 0.2.0 core, injector and router packages
- document installing
orbital_devtoolsas a dev dependency for the DevTools extension tab - update package metadata and constraints for the coordinated 0.2.0 release
- remove publish-time
dependency_overridesfrom the package pubspec
0.1.1 #
- expand bundle documentation around package relationships and the DevTools bridge wrapper
- add a coverage gate for the bundle package and strengthen wrapper coverage
- align bundle dependency constraints with the 0.1.1 package set
0.1.0 #
- align the bundle package with the pre-1.0 release train
- document the bundle as the convenience entrypoint for the full Orbital stack
- add a README compile test for the public quick-start