Releases: DawnImpulse/json-keys-sort
Releases · DawnImpulse/json-keys-sort
v2.1.0 - sortAsync
v2.1.0
- added new sortAsync function that returns promise
- shrinked install size to half
Full code coverage
v2.0.0
- New: 100% code coverage
- Breaking Change: sort now throws an error if not provided with an object
Test Cases
The following release targets
- Bug Fixed : descending sort fix
- Improvement: auto build testing via travis-ci
Stable Release
This initial version provide a basic
sort
function to sort the json object by keys either ascending or descending.