Skip to content

Releases: blitz-js/superjson

v1.8.0

18 Oct 14:51
0312950
Compare
Choose a tag to compare
  • Support serialization of typed arrays (#155)

v1.7.5: support serializing objects without prototype (#145)

03 Aug 09:37
e1a897c
Compare
Choose a tag to compare
  • Fix bug where null-prototype objects weren't serialised properly (#145)
  • added @PeterDekkers, @goleary as a contributor
  • dependency udpates

v1.7.4

13 Apr 09:01
Compare
Choose a tag to compare

Meta:

  • docs: add ElMassimo as a contributor (#129)
  • docs: add Lxxyx as a contributor (#128)

v1.7.3

17 Mar 12:08
Compare
Choose a tag to compare

Meta:

  • Udpate to husky v5

v1.7.2

23 Feb 08:42
Compare
Choose a tag to compare
  • Revert removal of "debug". We needed it. (#122)

v1.7.1

23 Feb 08:01
Compare
Choose a tag to compare
  • Remove dependency "debug" (#121)

v1.7.0

23 Feb 07:52
Compare
Choose a tag to compare

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.

v1.6.2

10 Feb 17:48
Compare
Choose a tag to compare
  • Use debug() for warnings (#118)

  • Mention minifier issues in Error (#117)

v1.6.1

03 Feb 20:51
Compare
Choose a tag to compare
  • Fixed accidental breaking change to API

v1.6.0

03 Feb 16:47
Compare
Choose a tag to compare
  • Customize allowed attributes per class (#115)
  • make ambiguous class check a warning (#107)
  • Fix some es5 incompatbilities introduced in v1.5.2 (#110)
  • Exclude Error#stack by default (#111)
  • Fix bug where nested classes weren't transformed (#112)

Meta