Skip to content

Releases: kentcdodds/match-sorter

v6.0.1

26 Nov 17:27
a0c999d
Compare
Choose a tag to compare

6.0.1 (2020-11-26)

Bug Fixes

v6.0.0

26 Nov 15:29
ef8a106
Compare
Choose a tag to compare

6.0.0 (2020-11-26)

Features

BREAKING CHANGES

  • the API for baseSort arguments now uses rankedValue instead of rankedItem

  • Now using String.prototype.{startsWith,includes}. Older browsers must have a polyfill for these modern APIs.

  • apply @rbusquet's suggestions and upgrade kcd-scripts

v5.0.0

12 Oct 20:01
Compare
Choose a tag to compare

5.0.0 (2020-10-12)

Features

  • change export from default to named (ad338de)
  • case: remove support of different casings (camel/kebab/etc) (02a0180), closes #103 #106

BREAKING CHANGES

  • We no longer support a default export. You must use a
    named import
  • case: This removes support for different cases (like
    camelCase, PascalCase, kebab-case, snake_case). A workaround is
    documented in the README.md.

v4.2.1

14 Sep 02:55
418ada2
Compare
Choose a tag to compare

4.2.1 (2020-09-14)

Bug Fixes

v4.2.0

15 Jul 00:31
736e0eb
Compare
Choose a tag to compare

4.2.0 (2020-07-15)

Features

  • add baseSort configuration option (#95) (4d233b7)

v4.1.0

25 Mar 21:45
b3fe8cc
Compare
Choose a tag to compare

4.1.0 (2020-03-25)

Features

v4.0.2

30 Sep 16:57
Compare
Choose a tag to compare

4.0.2 (2019-09-30)

Bug Fixes

v4.0.1

27 Jul 03:04
Compare
Choose a tag to compare

4.0.1 (2019-07-27)

Bug Fixes

  • deps: add @babel/runtime as a dep (dbb870a), closes #71

v4.0.0

19 Jul 18:04
Compare
Choose a tag to compare

4.0.0 (2019-07-19)

Features

  • upgrade everything and remove CJS/UMD entries (fe94fc6), closes #41 #70

BREAKING CHANGES

  • If you're using the CJS module format, you now have to get matchSorter from the default property.

v3.1.1

13 Jun 19:23
Compare
Choose a tag to compare

3.1.1 (2019-06-13)

Bug Fixes