This repository was archived by the owner on Jun 27, 2022. It is now read-only.
v0.5.2
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