strong_router 1.1.1 copy "strong_router: ^1.1.1" to clipboard
strong_router: ^1.1.1 copied to clipboard

A strongly typed router.

1.0.0 #

  • Initial release

1.1.0 #

  • Fix an error where getMatchedPath would throw if the passed url was longer than the routes path
  • Add Routeable.generateRoute()
  • Make the Route returned by StrongRouter.generateRoute() customizable

1.1.1 #

  • Fix Routeable code generation to add generateRoute