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.