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