Skip to content

Releases: wouterrutgers/fuzzy-search

v3.2.1

20 Feb 18:38
57188a0
Compare
Choose a tag to compare

Fixed

  • Fix an issue where sorting is not working when the closest match of the query is at the end of the search string.

v3.2.0

18 Feb 18:18
Compare
Choose a tag to compare

Added

  • module is now registered in the package.json.

v3.1.0

22 Jan 20:18
Compare
Choose a tag to compare

Added

  • Support for numeric values.

v3.0.2

27 Oct 18:29
d584c5d
Compare
Choose a tag to compare

Fixed

  • Upgrade packages as some packages contained security issues.

v3.0.1

09 Jan 16:25
Compare
Choose a tag to compare

Fixed

  • Umd template for Node.

v2.2.1

09 Jan 16:25
Compare
Choose a tag to compare

Fixed

  • Umd template for Node.

v3.0.0

26 Dec 17:12
e3f1cee
Compare
Choose a tag to compare

Changed

  • Sorting now prefers keys close together rather than at the beginning of the string.

v2.2.0

26 Dec 16:39
Compare
Choose a tag to compare

Added

  • Keys parameter can now be omitted and configuration can be passed along in it's place.

v2.1.0

07 Jun 06:56
Compare
Choose a tag to compare
update version and changelog

v2.0.1

17 Oct 19:18
Compare
Choose a tag to compare

Changed

  • Make it really zero dependencies again (#30)

Fixed

  • Travis CI (#29)