Releases: neg4n/obj-serialize
Releases · neg4n/obj-serialize
v2.1.0
v2.0.0
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 toflattie
andnestie
- 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)