Skip to content

Releases: spindle-app/json-typedef-codegen

v0.6.0

19 May 23:32
55334e0
Compare
Choose a tag to compare

Notes

  • Includes a breaking change to Go type generation of discriminator types.

What's Changed

Full Changelog: v0.5.5...v0.6.0

v0.5.5-beta.1

22 Mar 19:14
Compare
Choose a tag to compare
rustCustomDerive in all places

v0.5.5-beta.0

22 Mar 18:55
Compare
Choose a tag to compare
derive custom rust types for enum

v0.5.5

22 Mar 19:52
d9d2589
Compare
Choose a tag to compare
Merge pull request #4 from spindle-app/alissa/derive-for-enum

derive custom rust types for enum

v0.5.4

22 Mar 16:22
18d34e8
Compare
Choose a tag to compare
Merge pull request #3 from spindle-app/feature/add_custom_use_and_derive

Add custom use and derive for Rust

v0.5.3

15 Feb 08:54
b7c58fc
Compare
Choose a tag to compare

Don't use Box for non-recursive optional types in rust codgen. Breaking change.

v0.5.2

15 Feb 08:34
Compare
Choose a tag to compare

Attempt to fix permissions issue in CI pipeline.

v0.5.1

15 Feb 08:24
667f53c
Compare
Choose a tag to compare

Try auto-generating binaries using the workflow…?

v0.5.0

15 Feb 08:13
667f53c
Compare
Choose a tag to compare

Includes a breaking change to the rust codegen to use snake_case instead of camelCase variable names.