v2.0.1
Hot fix for important bug fixes.
Here are the highlights of this release:
Bug Fixes
- Fix: char ? did not have the expected behavior: This issue has been fixed in this version, ensuring the correct behavior for the
?
character in wildcard expressions. (80faff1)
Test Improvements
- Test: test on optional character rules: We have introduced a new case focusing on optional char. (eb86a27)
Style & Readability Enhancements
- Style: improved readability: Made some tweaks to the codebase in order to improve readability. (0fa2add)