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.