Releases: mattbishop/fastify-allow
Releases · mattbishop/fastify-allow
v2.0.0
v1.2.2
- Tighten wildcard URL regex to always start at the beginning of the URL to match.
- Updated dependencies.
- use
const
instead oflet
for values that do not change.
v1.2.1
- Updated docs to reflect new
send405ForWildcard
option. - Simpler access to request's known router path.
V1.2.0
- Add support for wildcard '*' routes. Includes a new option to specify 405 behavior on wildcard-only route matches.
Refactor to not use notFoundHandler
Makes it easier to use with apps that override fastify.notFoundHandler.
v1.1.2
Improve performance when a route handler exists.
v1.1.1
- Simplified compiler output path.
- Removed JS test from output path.
v1.1.0
- Add support for fastify
caseSensitive
,ignoreTrailingSlash
options. - Support parameterized routes.
v1.0.0
Initial release.