Version 2.0.1
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