Skip to content

Releases: aminya/minijson

v1.0.3

07 Sep 07:39
541d4a8
Compare
Choose a tag to compare
  • fix: correct parsing of the files without a flag
  • fix: fix forwarding of args from node to minijson
    Full Changelog: v1.0.2...v1.0.3

v1.0.2

07 Sep 07:12
ca65e23
Compare
Choose a tag to compare
  • fix: chmod minijson on load in Nodejs due to npm not preserving permissions

Full Changelog: v1.0.1...v1.0.2

v1.0.0

07 Sep 06:51
f662c0e
Compare
Choose a tag to compare

What's Changed

  • feat: support glob paths by @aminya in #24
  • feat: support positional file arguments in CLI by @aminya in #24
  • fix: update despacer by @aminya in #24
  • feat: support SIMD on all x86 platforms by @aminya in #24

Full Changelog: v0.6.2...v1.0.0

v0.6.2

30 Dec 18:22
Compare
Choose a tag to compare

Fix Arm Mac fallback
Full Changelog: v0.6.1...v0.6.2

v0.6.1

30 Dec 15:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

4180 times faster - Using SIMD (AVX2, SSE4_1)

11 Jul 10:54
Compare
Choose a tag to compare

This version makes minijson 4180 times faster than jsonminify. 🚀 It achieves this by using AVX2 and SSE4_1 CPU instructions.

❯ .\dist\minijson-benchmark.exe --benchmark-minifyString --benchmark-minifyFiles
Benchmark minifyString
14 ms
Benchmark minifyFiles
49 ms

❯ node .\benchmark\js-benchmark.mjs
Benchmark minifyString
58.502 seconds
Benchmark minifyFiles
58.703 seconds

Now 360 times faster than jsonminify!

10 Jul 09:50
Compare
Choose a tag to compare

minijson is now 360 times faster than jsonminify 🚀

❯ node .\benchmark\native-benchmark.mjs
0.163 seconds

❯ node .\benchmark\js-benchmark.mjs
58.818 seconds

Minify JSON with Comments

07 Jul 19:02
Compare
Choose a tag to compare

This version adds support for minifying the JSON files that have comments (single line or multiline).

Now 55 times faster than jsonminify!

07 Jul 07:15
Compare
Choose a tag to compare

The latest version brings a huge performance improvement. 🚀

In the extensive benchmark suite that minijson was tested on, it is now 55 times faster than jsonminify.

❯ node .\benchmark\native-benchmark.mjs
1.066 seconds

❯ node .\benchmark\js-benchmark.mjs
58.686 seconds

The First stable release

07 Jul 03:21
Compare
Choose a tag to compare