Skip to content

Releases: modfin/bellman

v1.0.14

01 Apr 14:14
623029e

Choose a tag to compare

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/json behavior. Struct tags like json-enum, json-description, json-minimum, etc. are preserved on fields from embedded structs. Supports pointer embeddings and multi-level embedding.

v1.0.13

06 Mar 09:21
1c626c3

Choose a tag to compare

Bump Go version from 1.25.3 to 1.26.1 and update dependencies