Skip to content

Releases: rover-app/jetted

v0.3.0

05 Feb 14:49
4faf931

Choose a tag to compare

Breaking Changes

TypeScript

  • elements schemas now generate a string union instead of a TypeScipt enum. This will make them more compatible with Node's new --experimentalStripTypes flag.

v0.2.1

09 Dec 15:13

Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Nov 13:00

Choose a tag to compare

Breaking Changes

  • Changed Rust typegen to output snake_case field names instead of camelCase
  • Added following traits to generated Rust types:
    • PartialEq
    • Eq
    • PartialOrd
    • Ord
    • Hash

v0.1.0

21 Nov 15:20

Choose a tag to compare

Jetted

Initial v0.1.0 release of Jetted. This is equivalent to ~v0.5.0 of the original JTD codegen.

What's Changed

New Contributors

Full Changelog: https://github.com/DocumaticAI/jetted/commits/v0.1.0