All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.0.0-alpha.8 (2026-04-27)
- use
noopandidentity(bfcc93f)
1.0.0-alpha.7 (2026-04-12)
- add
asModule()helper for explicit page module type inference (540af7a) - add
canGoBackutility andCanGoBack$injection token (88bb960) - add permanent replace history action (42baacb)
- add statusCode support to PageModule and notFound page reference (59db13e)
- export
createCachedMatcherfunction (514b0ac) - remove
module()wrapper,pageandlayoutnow supports module objects (db93fde) - rename
routeParamtoparam, newforRoutehelper (52a7c98) - rename wildcard to splat (06f2812)
- ssr ready features like
Head$andStores$page methods,precomposeutil for optimized ssr (dba0c3a)
- fix listenLinks types (205e70e)
1.0.0-alpha.6 (2026-02-16)
- migrate to nano-kit.js.org domain (8106368)
1.0.0-alpha.5 (2026-02-15)
- rename to @nano_kit/router (6cafa79)
- disable minification (3d6ad47)
1.0.0-alpha.4 (2026-02-15)
- rename to @nano_kit/router (6cafa79)
- disable minification (3d6ad47)
1.0.0-alpha.4 (2025-11-17)
- allow nullish as base for basePath (8a25222)
1.0.0-alpha.3 (2025-11-17)
- basePath util to add base for routes (d8fa8dc)
- handle trailing slashes in url (5d2d1fd)
1.0.0-alpha.2 (2025-11-16)
- fix atIndex types (553026e)