Releases: spindle-app/json-typedef-codegen
Releases · spindle-app/json-typedef-codegen
v0.6.0
Notes
- Includes a breaking change to Go type generation of discriminator types.
What's Changed
- Fix Tests by @ryanatallah in #5
- Use interface types for Go discriminators by @ryanatallah in #6
Full Changelog: v0.5.5...v0.6.0
v0.5.5-beta.1
rustCustomDerive in all places
v0.5.5-beta.0
derive custom rust types for enum
v0.5.5
Merge pull request #4 from spindle-app/alissa/derive-for-enum derive custom rust types for enum
v0.5.4
Merge pull request #3 from spindle-app/feature/add_custom_use_and_derive Add custom use and derive for Rust
v0.5.3
Don't use Box
for non-recursive optional types in rust codgen. Breaking change.
v0.5.2
Attempt to fix permissions issue in CI pipeline.
v0.5.1
Try auto-generating binaries using the workflow…?
v0.5.0
Includes a breaking change to the rust codegen to use snake_case instead of camelCase variable names.