Releases: yobacca/natural-orderby
Releases · yobacca/natural-orderby
v5.0.0
Major Changes
- feat: support numeric separators
- feat: add ability to define locale for sorting unicode
v4.0.0
Major Changes
- fix: update
Identifier<T>
to be keyof T
instead of any string
by @tjhorner in #132
v3.0.2
Bug Fixes
- fix: performance issue when parsing date strings
v3.0.0
BREAKING CHANGES
- migrated codebase to TypeScript
v2.0.3
Bug Fixes
- specified node version in package.json´s
engines
field prevents installation of package in older node environments, closes #60
v2.0.2
Bug Fixes
- incorrect sorting of numeric values with leading zeros and trailing characters, closes #57
v2.0.1
Bug Fixes
- remove
caseSensitive
from options
argument of compare
function in flow library definition and TypeScript declaration
v2.0.0
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
Bug Fixes
- docs: fix url of global build hosted on unpkg CDN