Skip to content

Releases: DawnImpulse/json-keys-sort

Async sort yielding

01 Sep 13:38
c97cb57
Compare
Choose a tag to compare
  • yielding to event loop for async function
  • adding benchmarking function

v2.1.0 - sortAsync

22 Sep 06:49
f9ec02a
Compare
Choose a tag to compare

v2.1.0

  • added new sortAsync function that returns promise
  • shrinked install size to half

Full code coverage

16 Oct 05:47
92daddb
Compare
Choose a tag to compare

v2.0.0

  • New: 100% code coverage
  • Breaking Change: sort now throws an error if not provided with an object

Test Cases

10 Aug 07:30
Compare
Choose a tag to compare

The following release targets

  • Bug Fixed : descending sort fix
  • Improvement: auto build testing via travis-ci

Stable Release

21 Jul 07:47
Compare
Choose a tag to compare

This initial version provide a basic sort function to sort the json object by keys either ascending or descending.