Releases: lxsmnsyc/seroval
Releases · lxsmnsyc/seroval
v0.5.0
v0.4.0
This release focuses on compatibility and perf improvements.
but mostly just compatibility (because seroval is fast enough)
- Add
{ disabledFeatures: number }
config forserialize
andserializeAsync
- Add
toJSON
,toJSONAsync
,compileJSON
andfromJSON
- Fix support for bigint and bigint TypedArray
v0.3.0
- Rework serialization
- Add support for
Error
andAggregateError
- Add support for
Iterable
- Add support for
TypedArray
- Fix
RegExp
andDate
to not be treated as primitive values - Fix empty
Map
andSet
not generating reference. - Fix assignment order
- Change
Infinity
to1/0
Full Changelog: v0.2.1...v0.3.0
v0.2.0
- Add support for Promise serialization via
serializeAsync
- Add
deserialize
- Add
serialize
as an alternative for default export
Full Changelog: v0.1.0...v0.2.0