Skip to content

parsley v0.9.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 09 Sep 09:00
· 27 commits to main since this release
ca31b47

This release improves testability and addresses a key issue with handling array types in the code generation process.

Changes

  • Resolved an issue where array types were incorrectly handled in the (internal) type_model_builder.go module. This fix ensures that array parameters and result fields are now accurately represented in the generated template models, allowing for better support and functionality in cases involving arrays.