Skip to content

Releases: gebv/strparam

major fixes in to matcher

06 Jul 17:22
34baa8c
Compare
Choose a tag to compare
Merge pull request #10 from gebv/bug/ambiguity_between_const_and_param

more major fixes for #7 and more tests

Bug fixed for ambiguity cases

06 Jul 12:05
2bf7927
Compare
Choose a tag to compare
Merge pull request #8 from gebv/bug/ambiguity_between_const_and_param

Ambiguity between const and param

Stable multiple pattern matching

05 Aug 09:39
afeaaac
Compare
Choose a tag to compare
  • stabilization of sorting rules (for multiple matching)
  • updated signature methods (returns parsed pattern)
  • added example uses - httprouter
  • added new token type (separator)
  • extends tests

Internal refactoring and bug fixeds for pattern and store

21 Jul 09:37
3369fe4
Compare
Choose a tag to compare
Merge pull request #4 from gebv/bug-#2

internal refactoring, bug fixes #2

Bug fixed and upgrade minor version

28 Jun 09:58
Compare
Choose a tag to compare

v0.0.2

30 Apr 08:35
Compare
Choose a tag to compare
feat: lookup on multiple patterns

v0.0.1

30 Apr 07:53
Compare
Choose a tag to compare
init