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

v0.6.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 06 Nov 09:04
· 20 commits to master since this release

Breaking changes

  • The wildcard (*) now matches from zero to any amount of characters (previously from one to any) (#30, #31).
/user/details*
+/user/details
+/user/details0
+/user/details/arbitrary