Skip to content

Releases: AveroLLC/typesafe-react-router

v2.2.2

13 Feb 20:47
Compare
Choose a tag to compare
  • Polyfill Object.entries to support older browser environments

v2.2.1

17 Dec 19:38
Compare
Choose a tag to compare
  • Routes now contain the ability to define optional query parameters (see withQueryParams method on Route)
  • Route now contains parse method that takes a query string (such as react-router's history.location.search) and returns back a type-safe object based on the route definition.

v2.0.0

30 Jul 20:48
Compare
Choose a tag to compare

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.

v1.0.1

12 Jul 14:16
Compare
Choose a tag to compare

Includes #2

v1.0.0

09 Jul 17:33
Compare
Choose a tag to compare
Seed repo