Releases: IGLOU-EU/go-wildcard
Releases · IGLOU-EU/go-wildcard
v2.1.0
🥳 New Release 🚀
Bug Fixes
- Fix: Corrected Unicode dot matching in wildcard expressions to properly handle multi-byte characters. (#16) (e8b2fcf)
New Features
- feat: Added build mechanism for wildcard matching. (f8c9a03)
Build Improvements
- build: Integrated support for go generate tool. (5fc2dfc)
- build: Improved benchmark rendering. (54954c2)
Documentation & Refactoring
- docs: Updated examples and benchmarks. (ce22b7a)
- refactor: Moved bench code and refactored wildcard matching logic. (4dc1d3e)
Thanks to everyone for your feedback and contributions! 😊
Full Changelog: v2.0.2...v2.1.0
v2.0.2
What's Changed
- test:Add fuzzy test by @qiulaidongfeng in #14
- chore: bump version to v2 @IGLOU-EU in 2f93770 (to fix the v2 version path...)
New Contributors
- @qiulaidongfeng made their first contribution in #14
Full Changelog: v2.0.1...v2.0.2
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)
V2.0.0
This is a complete rewrite, allowing a great gain in performance.
What's Changed
- The
SimpleMatch
function is removed, as it is no longer needed - Rewriting of the documentation
- More relevant unit tests with the use case of the library
- Added a benchmark to follow the evolution and compare to other implementations
- Changed to BSD 3 clause license
Full Changelog: v1.0.3...v2.0.0
v1.0.3
v1.0.2
- Add information about MinIo re-licensing and pkg migration
- Migrate the package to github
Due to replacement of "go get" by "go install"
The "replace" directive is no longer supported
So, to ensure project availability, I migrate on github
https://golang.org/doc/go-get-install-deprecation