Skip to content

Releases: mattbishop/fastify-allow

v2.0.0

07 Nov 18:20
Compare
Choose a tag to compare
  • Move minimum fastify version to 4, Node 14 (ES2019).
  • Fix warning emission about deprecated request routerOptions.

v1.2.2

08 Aug 18:41
Compare
Choose a tag to compare
  • Tighten wildcard URL regex to always start at the beginning of the URL to match.
  • Updated dependencies.
  • use const instead of let for values that do not change.

v1.2.1

19 Sep 16:55
Compare
Choose a tag to compare
  • Updated docs to reflect new send405ForWildcard option.
  • Simpler access to request's known router path.

V1.2.0

27 Aug 00:32
Compare
Choose a tag to compare
  • Add support for wildcard '*' routes. Includes a new option to specify 405 behavior on wildcard-only route matches.

Refactor to not use notFoundHandler

10 Aug 23:24
Compare
Choose a tag to compare

Makes it easier to use with apps that override fastify.notFoundHandler.

v1.1.2

09 Aug 05:01
Compare
Choose a tag to compare

Improve performance when a route handler exists.

v1.1.1

08 Aug 22:36
Compare
Choose a tag to compare
  • Simplified compiler output path.
  • Removed JS test from output path.

v1.1.0

08 Aug 22:24
Compare
Choose a tag to compare
  • Add support for fastify caseSensitive, ignoreTrailingSlash options.
  • Support parameterized routes.

v1.0.0

08 Aug 17:46
Compare
Choose a tag to compare

Initial release.