Skip to content

Releases: yobacca/natural-orderby

v5.0.0

18 Nov 12:34
75a3385
Compare
Choose a tag to compare

Major Changes

  • feat: support numeric separators
  • feat: add ability to define locale for sorting unicode

v4.0.0

16 Sep 11:24
dd20909
Compare
Choose a tag to compare

Major Changes

  • fix: update Identifier<T> to be keyof T instead of any string by @tjhorner in #132

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