Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

v0.5.2

Choose a tag to compare

@kettanaito kettanaito released this 03 Nov 13:30
· 23 commits to master since this release

Bug fixes

  • Fixes an issue that resulted into a path parameter to match more than the respective portion of the path string (#28).
Expected: /user/:userId/suffix
-Used to match: /user/abc-123/suffix
-Used to match: /user/abc-123/arbitrary/segments/suffix
+Now matches only: /user/abc-123/suffix