Releases: mmomtchev/everything-json
Releases · mmomtchev/everything-json
v1.2.0
v1.1.0
v1.0.1
v1.0.0
- Implement an object store keeping weak references to all objects returned to JavaScript and reusing them when possible
- In TypeScript, return
JSON<any>
forJSON.path()
when the string cannot be parsed by the type system instead ofnever
- Allow the suppression of the exception in
.path()
- Fix #15,
.toObjectAsync()
crash on empty objects
v1.0.0-rc.0
- Implement an object store keeping weak references to all objects returned to JavaScript and reusing them when possible
- In TypeScript, return
JSON<any>
forJSON.path()
when the string cannot be parsed by the type system instead ofnever
- Allow the suppression of the exception in
.path()
v0.9.4
- A new method
.path(rfc6901: string)
allows to directly retrieve a deeply nested JSON element using an RFC6901 path - A new method
.proxify()
allows the creation of aProxy
object that gives the illusion of working with a real native JS object - A new getter
.type
allows to identify the type of the underlying JSON element