Skip to content

Releases: rquickjs/rquickjs-serde

v0.6.1

Choose a tag to compare

@Sytten Sytten released this 08 Jun 20:06

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@Sytten Sytten released this 05 Jun 02:30

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@Sytten Sytten released this 13 Feb 18:00

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@Sytten Sytten released this 24 Dec 13:42

What's Changed

  • Bump rquickjs to 0.11

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@Sytten Sytten released this 07 Dec 18:58

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

Choose a tag to compare

@Sytten Sytten released this 03 Dec 17:40

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

Choose a tag to compare

@Sytten Sytten released this 11 Nov 23:30
  • Make the value of the Deserializer public

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@Sytten Sytten released this 24 Oct 14:21

What's Changed

  • Add support for enums containing unit variants by @Jmgr in #2

New Contributors

  • @Jmgr made their first contribution in #2

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@Sytten Sytten released this 15 Jun 18:50

Changelog

Features

  • Initial release

Full Changelog: https://github.com/rquickjs/rquickjs-extra/commits/v0.1.0