Releases: 11ways/json-dry
Releases · 11ways/json-dry
v2.0.0
14 Jan 13:19
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Make Dry.parse() add the current path being revived to possible errors
v1.1.0
25 Aug 18:44
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fix reference paths being replaced with paths of equal or even longer size
v1.0.0
23 Jan 19:01
Compare
Sorry, something went wrong.
No results found
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