Skip to content

Version 2.0.1

Compare
Choose a tag to compare
@JanPetterMG JanPetterMG released this 21 Jul 15:56
· 10 commits to master since this release

Bug fixes

  • Rules didn't match when contained both wildcard(s) * and an end anchor $ #5
  • Rules didn't always match when contained special characters like +()[]

Other improvements

  • Normalize rules starting with an wildcard * to always have an prefixed slash /
  • Added more test cases
  • Minor code and test optimizations