Releases: JujuAdams/SNAP
Releases · JujuAdams/SNAP
7.0.2
7.0.1
7.0.0
6.1.2
6.1.1
6.1.0
- Moves Loose JSON and Config JSON to another castle
6.0.1
6.0.0
- Adds constructor reconstruction functions
SnapReconstructionPack()
SnapReconstructionUnpack()
SnapReconstructionCleanUp()
- Updates
SnapDeepCopy()
to respect constructors - Moves legacy (ignores constructors) deep copy to
SnapDeepCopyLegacy()
- Adds
SnapDeepForeachStruct()
5.9.0
- Removes all Feather warnings
- Adds
SnapVisualize()
e.g.
children:[]
├─{}
│ ├─ text: "Erik T. Ray"
│ ╰─ type: "author"
├─{}
│ ├─ attributes:{}
│ │ ╰─ lang: "en"
│ ├─ text: "Learning XML"
│ ╰─ type: "title"
├─{}
│ ├─ text: "2003"
│ ╰─ type: "year"
╰─{}
├─ text: "39.95"
╰─ type: "price"