Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Releases: louisbuchbinder/cyclical-json

Cyclical JSON v2.1.4

10 Oct 00:13
Compare
Choose a tag to compare

Patch to bring back license in build/cyclical-json.js

Cyclical JSON v2.1.3

09 Oct 17:54
Compare
Choose a tag to compare

Patch version. Code optimized for speed.

Cyclical JSON v2.1.2

06 Oct 20:57
Compare
Choose a tag to compare

Quick fix. Node0.10 is okay. Fix engine in package.json.

Cyclical JSON v2.1.1

06 Oct 17:02
Compare
Choose a tag to compare

Node should be the default env. So expect module.exports and fall back to window.

Cyclical JSON v2.1

06 Oct 00:25
Compare
Choose a tag to compare

Users of the build/cyclical-json.browser.js and build/cyclical-json.browser.min.js should now use build/cyclical-json.js and build/cyclical-json.min.js respectively. Both of these files are isomorphic and the api remains the same. The decision was made to remove the browser files to aide in decreasing the build file size. This release removes the webpack build and implements a simple script/build.sh.

The bundles are drastically reduced in size by using this approach.

Cyclical JSON v2

04 Oct 22:54
Compare
Choose a tag to compare

Breaking change. Cyclical JSON v1 strings will not parse correctly in Cyclical JSON v2. V2 introduces a legend to recycle objects faster than the parsing strategy implemented by v1. Redundant object references is also reduced in v2 therefore decreasing to output size from the stringify method for nested and cyclical objects.

Cyclical JSON v1

03 Oct 20:57
Compare
Choose a tag to compare

JSON Sterilization for Cyclical Objects