Skip to content

v2.0.0

Compare
Choose a tag to compare
@neg4n neg4n released this 07 Feb 23:39
· 3 commits to main since this release
4b9cf41

BREAKING CHANGE

From now on, the serialize (so also nextServerSideSerialize) does not support serializing Circular References

What else changed?

  • Removed lodash (see #1)
  • Migrated microbundle to tsup (#2)
  • Switched from flatten package to flattie and nestie
  • Fixed ESM and CJS library exports - see https://arethetypeswrong.github.io/?p=obj-serialize%402.0.0
  • Created unit tests for predefined serializers (using Next.js internal helpers for checking whether values are serializable or not)