Releases: 11ways/json-dry
Releases · 11ways/json-dry
v2.0.0
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
Make Dry.parse()
add the current path being revived to possible errors
v1.1.0
- 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
- Fix reference paths being replaced with paths of equal or even longer size
v1.0.0
- 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