Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Releases: rav2040/json-stringify-lite

1.0.2

22 Apr 23:28
Compare
Choose a tag to compare
Update to version 1.0.2

Alpha 11 released

22 Mar 04:51
Compare
Choose a tag to compare
Alpha 11 released Pre-release
Pre-release

ASCII control characters and lone unicode surrogate code points are no longer escaped when serializing strings.

Alpha 10 released

16 Mar 00:29
Compare
Choose a tag to compare
Alpha 10 released Pre-release
Pre-release

Both jsonStringify() and stableJsonStringify() now serialize single (non-object) values, returning undefined if a value cannot be converted to a string, or throwing a TypeError if the value is a BigInt.