Skip to content

Releases: smikhalevski/json-marshal

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 18 Oct 12:13

Changelog: v0.0.4...v0.0.5

  • Removed CommonJS support.
  • Faster object serialization.
  • Zero dependencies.

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 07 Apr 09:02

Changelog: v0.0.3...v0.0.4

Fixed Error.name unpacking.

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 30 Mar 14:40

Changelog: v0.0.2...v0.0.3

  • Simplified adapters API.
  • Faster non-stable serialization (removed excessive Object.keys call).
  • Faster stable serialization (Array.sort replaced with qsort from Algomatic).

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jul 17:36

Changelog: v0.0.1...v0.0.2

  • Added default export.
  • Added createSerializer to create a parser and stringifier with the same options.

v0.0.1

Choose a tag to compare

@smikhalevski smikhalevski released this 22 May 16:41

Initial public release.