Skip to content

2.0.0-beta.11 (2022.03.22)

Pre-release
Pre-release
Compare
Choose a tag to compare
@bramus bramus released this 22 Mar 21:21
· 30 commits to main since this release

Changing since 2.0.0-beta.9

  • REFACTOR: No longer expose calculate or any of the utility methods from the main file. Instead, provide them as static methods on Specificity which is now the default export.
  • REFACTOR: All utility methods that required one single array before, now work with an arbitrary number of arguments
  • REFACTOR: Rename ascending/descending to sortAsc/sortDesc
  • REMOVE: No longer expose standalone sort