Find My Way Versions Save

A crazy fast HTTP router

v4.5.0

2 years ago

Features:

  • Add :authority to host constraint to support http2 v4 - #218

v5.1.0

2 years ago

Features:

  • feat: decodeUriParameters option - #211
  • add :authority to host constraint to support http2 - #214

v5.0.0

2 years ago

Features:

  • Improved URL decoding - #207

Breaking changes:

  • Removed support for Node.js v10

v4.4.0

2 years ago

Features:

  • Support optional parameters at the end of the path - #209

v4.3.3

2 years ago

📚 PR:

  • add includeMeta to prettyPrint options (#201)

v4.3.2

2 years ago

📚 PR:

  • s/FindMyway/FindMyWay (#198)
  • docs: typo (#199)
  • Add Typings for prettyPrint with Options (#200)

v4.3.1

2 years ago

📚 PR:

  • Migrate to using tap version 15 (#195)
  • Fix mustMatchWhenDerived for route nodes with both unconstrained and constrained routes (#197)

v4.3.0

2 years ago

📚 PR:

  • fix: fastify issue 3129 (#194)
  • Implement '.' separator in parametric routes (#193)

v4.2.0

2 years ago

📚 PR:

  • Fix #186 bug (#187)
  • fix typo (#189)
  • Feature: adding support to display fastify hooks (#185)

v4.1.0

3 years ago

Features:

  • Update ConstraintStrategy typing - #180
  • Pretty print bugfix and revision - #182

Fixes:

  • fix prettyPrint undefined method - #184