Releases: kentcdodds/match-sorter
Releases · kentcdodds/match-sorter
v3.1.0
3.1.0 (2019-06-06)
Features
- sort same ranked items alphabetically (#64) (9888015)
v3.0.1
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
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
2.3.0 (2018-08-29)
Features
- add ability to set a threshold per key (#50) (22f1d73)
v2.2.3
2.2.3 (2018-05-07)
Bug Fixes
- issue with filtering with property values of number 0 (#47) (3b98826)
v2.2.2
2.2.2 (2018-05-07)
Bug Fixes
- replaced String.includes() with indexOf() due to IE incompatibility (#45) (486549f)
v2.2.1
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
2.2.0 (2017-11-22)
Features
- add sorting based on case to the ranking system (#33) (8d59730)
v2.1.0
2.1.0 (2017-11-21)
Features
- null check in nested key resolution (#32) (fa8380b)
v2.0.2
2.0.2 (2017-09-22)
Bug Fixes
- umd: add sourcemaps to minified (8a20725)