Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/IGLOU-EU/go-wildcard v1.0.3v2.1.0 age confidence

Release Notes

IGLOU-EU/go-wildcard (github.com/IGLOU-EU/go-wildcard)

v2.1.0

Compare Source

🥳 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: IGLOU-EU/go-wildcard@v2.0.2...v2.1.0

v2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: IGLOU-EU/go-wildcard@v2.0.1...v2.0.2

v2.0.1

Compare Source

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

Compare Source

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: IGLOU-EU/go-wildcard@v1.0.3...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled because a matching PR was automerged previously.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/github.com-iglou-eu-go-wildcard-2.x branch 2 times, most recently from fb7eb84 to b0a338e Compare August 13, 2025 16:25
@renovate renovate bot force-pushed the renovate/github.com-iglou-eu-go-wildcard-2.x branch from b0a338e to 7af7d46 Compare October 9, 2025 09:53
@renovate renovate bot force-pushed the renovate/github.com-iglou-eu-go-wildcard-2.x branch from 7af7d46 to 9d0bfb6 Compare December 15, 2025 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant