Skip to content

0.4.0

Compare
Choose a tag to compare
@anuragsoni anuragsoni released this 01 May 02:16
· 202 commits to main since this release

CHANGES:

  • Switch to using an applicative functor as parser. (#27)
  • Have a version of matching without HTTP methods. (#27)
  • Tokenize the path parameters into list of strings. (#27)
  • Add more tests for matchers. (#28)
  • s now returns the string it matches, instead of discarding it. (#29)