2.0.0-beta.11 (2022.03.22)
Pre-release
Pre-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 onSpecificity
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
tosortAsc
/sortDesc
- REMOVE: No longer expose standalone
sort