Skip to content

Releases: kentcdodds/match-sorter

v3.1.0

06 Jun 20:29
Compare
Choose a tag to compare

3.1.0 (2019-06-06)

Features

  • sort same ranked items alphabetically (#64) (9888015)

v3.0.1

04 Jun 21:16
Compare
Choose a tag to compare

3.0.1 (2019-06-04)

Bug Fixes

  • don't allow simple match to meet acronym threshold (#60) (fcf34f4), closes #54 #54

v3.0.0

17 Apr 14:23
Compare
Choose a tag to compare

3.0.0 (2019-04-17)

Bug Fixes

  • replace Diactric.js with remove-accents (#58) (fa454c5), closes #57

BREAKING CHANGES

  • We changed the diacritics library. No API changes, but there may be some behavioral changes with diacritics.

v2.3.0

29 Aug 23:44
Compare
Choose a tag to compare

2.3.0 (2018-08-29)

Features

  • add ability to set a threshold per key (#50) (22f1d73)

v2.2.3

07 May 21:13
Compare
Choose a tag to compare

2.2.3 (2018-05-07)

Bug Fixes

  • issue with filtering with property values of number 0 (#47) (3b98826)

v2.2.2

07 May 21:04
Compare
Choose a tag to compare

2.2.2 (2018-05-07)

Bug Fixes

  • replaced String.includes() with indexOf() due to IE incompatibility (#45) (486549f)

v2.2.1

15 Mar 11:51
Compare
Choose a tag to compare

2.2.1 (2018-03-15)

Bug Fixes

  • remove code sponsor link from Readme (#38) (2800b57)
  • skip search/sort when search term is empty (#40) (dcec521), closes #39

v2.2.0

22 Nov 22:26
Compare
Choose a tag to compare

2.2.0 (2017-11-22)

Features

  • add sorting based on case to the ranking system (#33) (8d59730)

v2.1.0

21 Nov 22:29
Compare
Choose a tag to compare

2.1.0 (2017-11-21)

Features

  • null check in nested key resolution (#32) (fa8380b)

v2.0.2

22 Sep 16:23
Compare
Choose a tag to compare

2.0.2 (2017-09-22)

Bug Fixes

  • umd: add sourcemaps to minified (8a20725)