Skip to content

v1.3.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 20 Mar 16:27
· 273 commits to main since this release
f38a3ab

Minor release changes

  • Router improvements. PRs #177, #179
    • ** catch all.
    • match path components with prefix file.* or suffix *.ext.
    • Additional parameter capture format${param} which can also be used to capture the prefix or suffix of a path component.
  • Added HBParameters.getCatchAll() to return array of path components caught by **.

Other changes

  • Using package-benchmark for benchmarking hummingbird. Includes CI to check for performance degradation.
  • Added tests for FlatDictionary.