Skip to content

Releases: becheran/wildmatch-go

v2.0.3

22 May 20:03
Compare
Choose a tag to compare

Fixes issue that string was not matched correctly if it contained a * character. For example pattern: "a*b and input: "a*xb" would not have matched before. See also the fix in the original rust repository.

v2.0.2

27 Apr 06:01
Compare
Choose a tag to compare

Fix invalid matches bug. See issue #2

v2.0.1

16 Apr 18:43
Compare
Choose a tag to compare

Fix String() method. See #1

v2.0.0

15 Mar 22:03
Compare
Choose a tag to compare
Rename to matches

v1.0.0

19 Feb 21:16
Compare
Choose a tag to compare

Release stable version

v0.1.1

09 Jan 22:38
Compare
Choose a tag to compare
Remove broken badge