Skip to content

v0.2.1

Latest

Choose a tag to compare

@0mjs 0mjs released this 04 Aug 14:36
· 3 commits to dev since this release

Zinc 0.2.1

Zinc 0.2.1 tightens route matching and ships the new Zinc documentation site.

Router fixes

  • Fix case-insensitive matching for dynamic routes.
  • Match catch-all parameters when the remaining path is empty.
  • Reject malformed legacy colon and wildcard route patterns consistently.
  • Keep exact static routes ahead of catch-all routes.

Documentation

  • Replace the previous documentation site with the new Astro and Starlight site.
  • Add complete Guide, API Reference, Middleware, and Cookbook sections.
  • Add validated examples and internal-link checks.

This is a backwards-compatible patch release for Zinc 0.2 applications.