Releases: istreamlabs/protoc-gen-huma
Releases · istreamlabs/protoc-gen-huma
protoc-gen-huma v1.4.0
Features:
- Switch from istreamlabs/huma to danielgtaylor/huma v1.0.0
protoc-gen-huma v1.3.1
Fixes:
- One-of types are only set if actually passed, preventing overwriting of values with the last defined member of the one-of.
- Message name is now interpolated properly in one-of error messages.
protoc-gen-huma v1.3.0
Features
- Trailing comments support
- Comments for enum values
- Support for cross-package imports
Fixes
- Better support of protos in deeply nested directory structures
protoc-gen-huma v1.2.0
Features:
- Code generates maps that go from a proto enum value to the public string value.
Fixes:
- Better handling of non-public or invalid enum values during serialization.
protoc-gen-huma v1.1.0
Features:
- Ability to exclude enum values
- Ability to add examples
- Ability to constrain integers to multiples of another number
Fixes
- Sort maps for stable template output
protoc-gen-huma v1.0.1
Fixes:
- Fix naming of
read_only
to be consistent with snake casing of most protos
protoc-gen-huma v1.0.0
Initial release.