Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@philihp philihp released this 20 Jul 11:18
· 46 commits to main since this release
7b57d91

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