Skip to content

v0.8.0

Compare
Choose a tag to compare
@CathalMullan CathalMullan released this 07 Jan 15:06
· 11 commits to main since this release
v0.8.0
4e48086

0.8.0 - 2025-01-07

Changed

  • The router no longer performs percent-decoding.
  • Searches no longer error on any invalid UTF-8 parameters, instead acting as if the path doesn't match instead.
  • Error messages are now more consistent.
  • The term 'route' has been replaced with 'template'.
  • Lowered MSRV from 1.66 to 1.63.

Removed

  • The Routable wrapper is no longer needed. The router uses strings for inserts.
  • The Path wrapper is no longer needed. The router uses strings for searches.
  • EncodingError has been removed.
  • PathError has been removed.
  • RoutableError has been removed.

Fixed

  • Priority logic now correctly prefers depth, then length, of templates.