Skip to content

v0.7.0

Choose a tag to compare

@CathalMullan CathalMullan released this 12 Nov 18:01
· 220 commits to main since this release
43cc7a1

0.7.0 - 2024-11-12

Added

  • Support builder pattern for constructing routables.

Changed

  • Router now requires an explicit lifetime.
  • All routes now require a leading /.
  • Router display no longer shows internal root node. Matchable nodes are now denoted by [*].
  • Route expander now converts empty routes "" to "/".
  • Parameters lists make use of smallvec now.

Removed

  • Individual parameters are returned as tuples, rather than Parameter.

Fixed

  • Touching parameters are now correctly rejected.