Skip to content

Releases: blitz-js/superjson

v1.5.2

27 Jan 10:22
Compare
Choose a tag to compare
  • Fix a bug where a utility was broken (#100)

  • (meta) Update all deps (#101)

  • (meta) Run only PR CI, to save one run (#102)

v1.5.1

27 Jan 09:54
Compare
Choose a tag to compare
  • Improve Performance by ~99% (#94)
  • Reduce Bundle size by removing lodash (#98)
  • Use TSC for building (#97)
  • Don't set meta if empty (#95)

Thanks to @simonedelmann and @KATT for their incredible help on this one!

v1.5.0

21 Jan 05:20
Compare
Choose a tag to compare
  • Add allowErrorProp(...)(#92)

v1.4.1

09 Nov 07:44
Compare
Choose a tag to compare
  • Fix broken custom error serialization (#80)

Meta

  • docs: add hasparus as a contributor (#79)

v1.4.0

26 Oct 07:12
Compare
Choose a tag to compare
  • Added inbuilt support for serializing Error

Meta

v1.3.0

07 Oct 07:15
Compare
Choose a tag to compare

Improve performance by ~15% (#70) by speeding up type checks.
Implemented by @tomhooijenga 🙏

Add support for custom serialisers (#71), e.g. for mongodb's ObjectID.

v1.2.3

28 Sep 14:53
Compare
Choose a tag to compare

Patches

  • Fix for TypeError: rule.isApplicable is not a function (#67) fb9681e
  • Fix crash when BigInt isn't available (#66) 6d72ddd

v1.2.2...v1.2.3

v1.2.2

24 Sep 02:00
Compare
Choose a tag to compare

Patches

  • Fix #62: Not ES5 Compatible (#63) 65f84ad
  • fix: allow undefined but check json property exist (#60) eee7028
  • Fix bug with existing prefixes in PathTree (#59) 0c21683
  • Transform undefined => null (#64) f2a40dd
  • Refactor Transformer to make rules more cohesive (#54) 39307cd

Meta

v1.2.1...v1.2.2

v1.2.1

17 Aug 22:17
Compare
Choose a tag to compare

Patch

v1.2.0...v1.2.1

v1.2.0

17 Aug 21:51
Compare
Choose a tag to compare

Minor

Patch

  • Fix for Safari: Replace lookbehind regex with custom algorithm (#50) 6bc183f

Meta

v1.1.0...v1.2.0