Releases: AveroLLC/typesafe-react-router
Releases · AveroLLC/typesafe-react-router
v2.2.2
v2.2.1
- Routes now contain the ability to define optional query parameters (see
withQueryParamsmethod on Route) - Route now contains
parsemethod that takes a query string (such as react-router'shistory.location.search) and returns back a type-safe object based on the route definition.
v2.0.0
Leverage new parameter list handling features from TS 3.0 to clean up API.
The route creator now accepts variadic arguments rather than tuples. This should feel more ergonomic as an API than before.