Releases: modfin/bellman
Releases · modfin/bellman
v1.0.14
What's Changed
- Fix schema generation for embedded struct field tags: Embedded (anonymous) struct fields now have their fields promoted to the parent schema, matching
encoding/jsonbehavior. Struct tags likejson-enum,json-description,json-minimum, etc. are preserved on fields from embedded structs. Supports pointer embeddings and multi-level embedding.