Skip to content

v4.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 30 Dec 07:57

Breaking

Migrate:

-alphaSort.ascending
+alphaSort()

-alphaSort.descending
+alphaSort({descending: true})

-alphaSort.caseInsensitiveAscending
+alphaSort({caseInsensitive: true})

-alphaSort.caseInsensitiveDescending
+alphaSort({caseInsensitive: true, descending: true})

Improvements

  • Add natural and preprocessor options (#9) df12919

v3.1.0...v4.0.0