Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 10:25
33742b8

5.0.0 (2022-03-12)

⚠ BREAKING CHANGES

  • Parsing of params in route paths now uses the path-to-regexp library which is what express.js uses also. Before this change there was no validation of passed path params while now the API call will fail if the params don't match what the route path expects.

Bug Fixes

  • ensure bundled version of path-to-regexp is used (#74) (2ee628b)
  • make params matching use express logic (#70) (6f520cd)