tp_router_annotation 0.6.2
tp_router_annotation: ^0.6.2 copied to clipboard
Annotations for tp_router.
0.6.2 #
- Version Bump: Synchronize version with
tp_router0.6.2.
0.6.1 #
- Version Bump: Synchronize version with
tp_router0.6.1 for consistency.
0.5.0 #
- Breaking Change: Removed
branchIndexfromTpRouteandTpShellRoute. Branch membership is now inferred viaparentNavigatorKeyinbranchKeys.
0.4.0 #
- Breaking Change: Changed
navigatorKeyinTpShellRouteandparentNavigatorKeyinTpRoutefromStringtoTypeto support type-safe NavKeys.
0.3.0 #
- 🔄 Breaking Change: Changed
onExitandredirectfields in@TpRoutefrom function type toType?. - 🐚 Shell Route Cleanup: Removed
transition,transitionDuration, andreverseTransitionDurationfrom@TpShellRoute. Shells are now treated as transparent UI wrappers. - Removed
TpOnExitandTpRedirectabstract classes (moved totp_routerpackage).
0.1.1 #
- Documentation improvements and package metadata updates.
- Added repository and issue tracker URLs.
0.1.0 #
- Improved
TpShellRoutedocumentation with examples for both modes. - Added detailed API documentation for
isIndexedStackparameter.
0.0.1 #
- Initial release.
- Define
TpRoutefor route definition. - Define
TpShellRouteandTpStatefulShellRoutefor nested navigation. - Provide
PathandQueryannotations for parameter extraction. - Support function and class based
redirectconfiguration.