Skip to content

Releases: yobacca/natural-orderby

v3.0.2

19 Jan 13:59
bdd6c0e
Compare
Choose a tag to compare

Bug Fixes

  • fix: performance issue when parsing date strings

v3.0.1

13 Nov 19:25
3914092
Compare
Choose a tag to compare

Bug Fixes

  • fix: umd imports

v3.0.0

13 Nov 18:46
69e35b1
Compare
Choose a tag to compare

BREAKING CHANGES

  • migrated codebase to TypeScript

v2.0.3

09 Apr 20:32
c75472a
Compare
Choose a tag to compare

Bug Fixes

  • specified node version in package.json´s engines field prevents installation of package in older node environments, closes #60

v2.0.2

19 Mar 00:58
7fba6af
Compare
Choose a tag to compare

Bug Fixes

  • incorrect sorting of numeric values with leading zeros and trailing characters, closes #57

v2.0.1

19 Feb 21:39
7366650
Compare
Choose a tag to compare

Bug Fixes

  • remove caseSensitive from options argument of compare function in flow library definition and TypeScript declaration

v2.0.0

20 Jan 22:54
6bcb7e7
Compare
Choose a tag to compare

BREAKING CHANGES

  • removed option caseSensitive for function compare
  • Strings are now always compared case insensitive as the focus of this library is natural sorting, see #34 for details

Bug Fixes

  • Incorrect order with diacritics, closes #34

v1.1.1

17 Jan 23:58
3af4140
Compare
Choose a tag to compare

Bug Fixes

  • docs: fix url of global build hosted on unpkg CDN

v1.1.0

17 Jan 23:36
897f449
Compare
Choose a tag to compare

Features

  • TypeScript: Add TypeScript declarations file, closes #1
  • Flow: Add flow library definition

Bug Fixes

  • incorrect sorting of values consisting of characters followed by numbers with leading zeros, closes #3
  • orderBy: unstable sort in Chrome up to version 69, closes #4

v1.0.2

11 Aug 22:21
Compare
Choose a tag to compare

Bug Fixes

  • Handle numeric chunks with leading zeros as a string, closes #2