Releases: rquickjs/rquickjs-serde
Releases · rquickjs/rquickjs-serde
v0.4.0
v0.3.0
What's Changed
- Added a new strict mode that brings back the older behaviour for BigInt
- Quickjs Error are now prefixed with
JSError:when stringifying them
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Bumped rquickjs to 0.10.0
- Added support for Array through Proxy
- Default BigInt to String if toJSON is missing
- Added method to catch quickjs error from our Error struct
Full Changelog: v0.1.2...v0.2.0
v0.1.2
- Make the value of the Deserializer public
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
Changelog
Features
- Initial release
Full Changelog: https://github.com/rquickjs/rquickjs-extra/commits/v0.1.0