Skip to content

Releases: delvedor/find-my-way

v5.3.0

29 Mar 15:27
a5efde5
Compare
Choose a tag to compare

What's Changed

  • Fix double colon and parametric node collision by @bugagashenkj in #242

Full Changelog: v5.2.0...v5.3.0

v5.2.0

01 Feb 11:33
Compare
Choose a tag to compare

What's Changed

  • fix: parametric brother path extraction (#222) by @bugagashenkj in #224
  • change path for short static route bench by @bugagashenkj in #225
  • Optimize find method by @bugagashenkj in #226
  • Removed unnecessary constraints check by @bugagashenkj in #229
  • Run benchmarks in separate threads by @bugagashenkj in #233
  • Fixed wildcard routes fallback by @bugagashenkj in #230

Full Changelog: v5.1.1...v5.2.0

v4.5.1

27 Dec 11:05
cf015fe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...v4.5.1

v5.1.1

23 Dec 15:40
Compare
Choose a tag to compare

Fixes:

v4.5.0

16 Dec 07:47
Compare
Choose a tag to compare

Features:

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

v5.1.0

05 Dec 11:14
Compare
Choose a tag to compare

Features:

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

v5.0.0

12 Nov 13:16
Compare
Choose a tag to compare

Features:

  • Improved URL decoding - #207

Breaking changes:

  • Removed support for Node.js v10

v4.4.0

12 Nov 13:07
Compare
Choose a tag to compare

Features:

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

v4.3.3

16 Jul 08:32
Compare
Choose a tag to compare

πŸ“š PR:

  • add includeMeta to prettyPrint options (#201)

v4.3.2

10 Jul 11:26
Compare
Choose a tag to compare

πŸ“š PR:

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