Skip to content

Releases: IGLOU-EU/go-wildcard

v2.1.0

11 Feb 12:53
ce22b7a
Compare
Choose a tag to compare

🥳 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

16 Aug 12:46
2f93770
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

08 May 12:28
80faff1
Compare
Choose a tag to compare

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

08 May 00:01
5326c27
Compare
Choose a tag to compare

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

05 Feb 16:22
5269b04
Compare
Choose a tag to compare

This release is for fixing #4

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Jan 17:51
9be10f2
Compare
Choose a tag to compare
  • 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

v1.0.1

09 Apr 10:53
095902f
Compare
Choose a tag to compare
  • Fix Wildcard typo

v1.0.0

28 Mar 16:33
c73970b
Compare
Choose a tag to compare

Fork from Minio pkg project