Releases: zilch/type-route
Releases · zilch/type-route
1.1.0
- This release ensures default parameter values don't appear in the query string #138 (thanks @garronej!)
1.0.1
- Type Route has a new website. This release updates links in the readme and code to point to the new website.
1.0.0
- Library has been actively used for some time now without any major API issues or bugs. It's time to move to 1.0! No real code changes here.
0.7.0
- Ensures Type Route is compatible with React 18 StrictMode #103
- Fixes inconsistency with trailing modifier 141f968
0.6.0
- Adds way to specify empty arrays in query string ea6ac82
- Ensures default params aren't in URL 1554c56
- Fixes default array param typings 099a510
0.5.5
- Fixes bug with default params (cd4ffcc)