Skip to content

Releases: philihp/sort-unwind

v3.1.0

20 Jul 11:18
7b57d91
Compare
Choose a tag to compare

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.1

05 Jul 22:17
d018dc0
Compare
Choose a tag to compare

v3.0.0...v3.0.1

v3.0.0

05 Jul 21:37
2b7905d
Compare
Choose a tag to compare

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.1.2

18 Apr 18:50
cae30a3
Compare
Choose a tag to compare

v2.1.1...v2.1.2

v2.1.1

18 Apr 18:36
eb694e2
Compare
Choose a tag to compare

v2.1.0

18 Apr 18:30
526bb70
Compare
Choose a tag to compare
  • Add support for Node 20

v2.0.0

31 Aug 00:21
1aecfad
Compare
Choose a tag to compare
  • 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

v1.0.0

10 Mar 09:03
c1320a9
Compare
Choose a tag to compare
  • import only parts of ramda to reduce filesize 0dc952e
  • add package.json hint that this has no side effects f2ffa42

v0.0.2...v1.0.0

v0.0.2

08 Mar 11:23
be48b13
Compare
Choose a tag to compare

v0.0.1...v0.0.2

v0.0.1

08 Mar 11:21
c3d98f6
Compare
Choose a tag to compare

Initial release

37bfaf0...v0.0.1