File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file. See [ commit-and-tag-version] ( https://github.com/absolute-version/commit-and-tag-version ) for commit guidelines.
4+
5+ ## [ 2.2.0] ( https://github.com/DawnImpulse/json-keys-sort/compare/v2.1.0...v2.2.0 ) (2025-09-01)
6+
7+
8+ ### Features
9+
10+ * benchmark - printing machine details ([ 6211c6b] ( https://github.com/DawnImpulse/json-keys-sort/commit/6211c6bc1eee445c15df04796e4b3a2320b5dde9 ) )
11+ * benchmark testData & main handling ([ 0092dc7] ( https://github.com/DawnImpulse/json-keys-sort/commit/0092dc7f2e41b24f977d389972d5cfd70b378732 ) )
12+ * ** docs:** mit license ([ 1868257] ( https://github.com/DawnImpulse/json-keys-sort/commit/18682571c4fcc094857cfcf724774b1fb3ebf746 ) )
13+ * ** docs:** readme - benchmark info ([ 92aaa90] ( https://github.com/DawnImpulse/json-keys-sort/commit/92aaa9068ae863f31e2fe9d07f6bf2e25670ef8a ) )
14+ * ** docs:** readme for new version ([ 578e01f] ( https://github.com/DawnImpulse/json-keys-sort/commit/578e01f7583976ff18695a0f0b76c5d098c8828f ) )
15+ * ** package:** commit-and-tag-version + benchmark script ([ 95ba9f4] ( https://github.com/DawnImpulse/json-keys-sort/commit/95ba9f46b9fe56b248eba6bbb8264561aede52f7 ) )
16+ * ** package:** dev - benchmark ([ 29533d0] ( https://github.com/DawnImpulse/json-keys-sort/commit/29533d09d5a644004203c8fdde097d2cc4f93a14 ) )
17+ * ** package:** prettier ([ 061b3ee] ( https://github.com/DawnImpulse/json-keys-sort/commit/061b3ee531ab4e571337e2e21df8a98bd6c0e355 ) )
18+ * sortAsync - yielding to event loop ([ f11eb78] ( https://github.com/DawnImpulse/json-keys-sort/commit/f11eb78714584b1de87c5bdda3f668f1a9832c93 ) )
19+ * ** test:** adding test for sortAsync ([ b2b10e8] ( https://github.com/DawnImpulse/json-keys-sort/commit/b2b10e8b03088c37ba22f937231633f3a856264c ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " json-keys-sort" ,
3- "version" : " 2.1.1 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " Sorting a json object based on keys either ascending or descending & even recursively" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments