Skip to content

v0.9.0

Latest

Choose a tag to compare

@CathalMullan CathalMullan released this 27 Aug 17:38
v0.9.0
2121b62

0.9.0 - 2025-08-27

Added

  • Support no-std builds.
  • Router::get and Router::get_mut methods to access data from pre-existing templates.

Changed

  • Raised MSRV from 1.63 to 1.85.
  • Switch to Rust 2024 edition.
  • Syntax for parameters has changed from {name} to <name>, to remove ambiguity with formatted strings.
  • Parameter characters < and > can no longer be escaped, since they aren't valid URL characters anyways.
  • Display no longer shows nodes storing data, since it was redundant.

Removed

  • Constraints are no longer supported.
  • Optional groups are no longer supported.
  • Parameters alias has been removed.

Fixed

  • Improved detection of structural conflicts.
  • Corrected routing priority for inline parameters.