Skip to content

Releases: Nexucis/fuzzy

0.4.1

23 May 11:51
Compare
Choose a tag to compare

[BugFix] When intervals are empty, then render returns the text not modified

0.4.0

19 May 08:26
Compare
Choose a tag to compare
  • [Change] Support ESM and CommonJS module
  • [Change] remove source maps
  • [Change] Update all development deps including typescript.

0.3.0

19 Jul 12:03
Compare
Choose a tag to compare

[Feature]: Export methods filter, match and sort that used a default instance of Fuzzy
[Enhancement]: Improve the code coverage and the implementation of the test.

0.2.2

21 Aug 14:30
Compare
Choose a tag to compare

[Enhancement] Provide best match in a given string

0.2.1

18 Aug 15:09
Compare
Choose a tag to compare

[Enhancement] improve documentation
[Enhancement] increase code coverage
[Enhancement] conf passed in each method has a higher priority than the one passed in the constructor
[Enhancement] take in consideration the distance between the matched characters to calculate the score

0.2.0

14 Aug 04:50
Compare
Choose a tag to compare

[Feature] Include initial index number in the filter result
[Enhancement] enable the possibility to pass dynamically the FuzzyConfiguration in each method exposed.
[Enhancement] make the configuration optional when using the constructor

0.1.1

13 Aug 16:13
Compare
Choose a tag to compare

[Bugfix] Fix the way the score was calculated. When characters are followed it's increased the score in a non linear way
[Bugfix] If not all characters of the pattern matched, then the result returns is null

0.1.0

13 Aug 14:58
Compare
Choose a tag to compare

First release.