Releases: rquickjs/rquickjs-serde
Releases · rquickjs/rquickjs-serde
Release list
v0.6.1
v0.6.0
What's Changed
- Update rquickjs from 0.11.0 to 0.12.0 by @jeffcharles in #6
- Improved enum support @miko3k in #5
- Serializer now returns the value @miko3k in #5
New Contributors
- @jeffcharles made their first contribution in #6
- @miko3k made their first contribution in #5
Full Changelog: v0.5.0...v0.6.0
v0.5.0
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