Skip to content

Latest commit

 

History

History
89 lines (51 loc) · 4.97 KB

File metadata and controls

89 lines (51 loc) · 4.97 KB

Changelog

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)

Bug Fixes

1.0.0-alpha.7 (2026-04-12)

Features

  • add asModule() helper for explicit page module type inference (540af7a)
  • add canGoBack utility and CanGoBack$ injection token (88bb960)
  • add permanent replace history action (42baacb)
  • add statusCode support to PageModule and notFound page reference (59db13e)
  • export createCachedMatcher function (514b0ac)
  • remove module() wrapper, page and layout now supports module objects (db93fde)
  • rename routeParam to param, new forRoute helper (52a7c98)
  • rename wildcard to splat (06f2812)
  • ssr ready features like Head$ and Stores$ page methods, precompose util for optimized ssr (dba0c3a)

Bug Fixes

1.0.0-alpha.6 (2026-02-16)

Bug Fixes

  • migrate to nano-kit.js.org domain (8106368)

1.0.0-alpha.5 (2026-02-15)

Features

  • rename to @nano_kit/router (6cafa79)

Performance Improvements

1.0.0-alpha.4 (2026-02-15)

Features

  • rename to @nano_kit/router (6cafa79)

Performance Improvements

1.0.0-alpha.4 (2025-11-17)

Features

  • allow nullish as base for basePath (8a25222)

1.0.0-alpha.3 (2025-11-17)

Features

  • basePath util to add base for routes (d8fa8dc)

Bug Fixes

  • handle trailing slashes in url (5d2d1fd)

1.0.0-alpha.2 (2025-11-16)

Bug Fixes

1.0.0-alpha.1 (2025-11-15)

Features

  • introduce kida router library (8965947)
  • notFound page ref, onLinkClick reusable handler (f034883)
  • refactor, loadable pages (a5f5843)

Bug Fixes

  • fix searchParams types (65314a1)
  • mark exports as no side effects (71449e2)