v5.0.0
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.