0.7.0
BREAKING CHANGES
- The
Raw
serializer is no longer terse by default! Previously, theRaw
serializer would return a "terse" representation of the document, omitting information that wasn't strictly necessary to deserialize later, like thekey
of nodes. By default this no longer happens. You have to opt-in to the behavior by passing{ terse: true }
as the secondoptions
argument of thedeserialize
andserialize
methods.