Releases: flightcontrolhq/superjson
Releases · flightcontrolhq/superjson
v1.8.1
Fix a critical security vulnerability. See CVE-2022-23631 for more details.
v1.8.0
v1.7.5: support serializing objects without prototype (#145)
- Fix bug where null-prototype objects weren't serialised properly (#145)
- added @PeterDekkers, @goleary as a contributor
- dependency udpates
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
This release trims down the package size by rewriting "plainer" and removing a whole lot of code along the way (#120).
One of the neccessary changes to do this was to change the representation of referentialEquality
. This is not a breaking change, since SuperJSON's output is not considered a public API - but if you depend on it nonetheless, watch out.
This release also removes some schema checks that were performed before deserialisation. They are considererd unneccessary overhead.