Skip to content

Releases: 11ways/json-dry

v2.0.0

14 Jan 13:19
Compare
Choose a tag to compare

Version 2.0.0 is a rewrite for all the serialization & parsing logic.
It also stores references in a different way than version 1.x.

More information is on the README file.

v1.1.1

25 Aug 18:46
Compare
Choose a tag to compare

Make Dry.parse() add the current path being revived to possible errors

v1.1.0

25 Aug 18:44
Compare
Choose a tag to compare
  • Added whenDone function parameter to the unDry & unDryFunction function calls
  • Fixed infinite loop issue when using Dry.clone() that relies on unDry methods

v1.0.1

23 Jan 19:43
Compare
Choose a tag to compare
  • Fix reference paths being replaced with paths of equal or even longer size

v1.0.0

23 Jan 19:01
Compare
Choose a tag to compare
  • Rewrite code, take over new features from the protoblast package
  • WeakMap is now used instead of multiple Array objects
  • A clone method has been added