Skip to content

v0.3.0

Compare
Choose a tag to compare
@CathalMullan CathalMullan released this 10 Sep 23:07
· 128 commits to main since this release

0.3.0 - 2024-09-11

Added

  • Optional parameters are now supported in routes.

Changed

  • Successful matches now return a flattened representation of node data.
  • Route encoding errors now live in the encoding error enum.
  • Router display now uses different characters to represent root and matchable nodes.

Fixed

  • Router delete method now checks for encoded routes.
  • Be consistent with the use of terms "path" and "route".