Releases: philihp/sort-unwind
Releases · philihp/sort-unwind
v3.1.0
Deprecates the default export and instead offers it as { unwind }. Instances of
import unwind from 'sort-unwind'
should change to
import { unwind } from 'sort-unwind'
v3.0.1...v3.1.0
v3.0.0
What's Changed
- only support for Node 18 and above #544
- switch to building with eslint #544
- remove lint-staged config from package #545
- fix tests badge in readme #546
Full Changelog: v2.1.2...v3.0.0
v2.0.0
- BREAKING CHANGE Remove support for Node 12-13 (#103) a02c628
- BREAKING CHANGE Curried version is now exported explicitly (#121) adc7421
- mislabeled variable in readme 5c9a9cb
- add support for node 16 0ce5c24
- various library upgrades
New Contributors
v1.0.0...v2.0.0