nocterm_unrouter 0.1.0
nocterm_unrouter: ^0.1.0 copied to clipboard
Nocterm adapter for the unrouter typed routing core.
0.1.0 #
Added #
- Initial Nocterm adapter package for
unrouter. - Inherited core
Unrouterdirectly and kept adapter runtime thin. - Added a complete keyboard-first example with shell branches, guards, redirects, loaders, and typed navigation flows.
- Added functional runtime tests for scope/controller access, navigation behavior, fallback rendering, and lifecycle updates.
- Default runtime error handling that renders a fallback error component when
onErroris not provided.