Skip to content

Releases: istreamlabs/protoc-gen-huma

protoc-gen-huma v1.4.1

09 Oct 21:29
a05b91e

Choose a tag to compare

Fixes:

  • Support cross package imports for repeated fields

Full Changelog: v1.4.0...v1.4.1

protoc-gen-huma v1.4.0

18 Feb 22:36
052b1cb

Choose a tag to compare

protoc-gen-huma v1.3.1

07 Dec 23:37
329d940

Choose a tag to compare

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

06 Apr 19:16
1fa5b20

Choose a tag to compare

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

29 Mar 18:26
361fb41

Choose a tag to compare

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

22 Feb 17:47
d613225

Choose a tag to compare

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

22 Feb 17:45
591d437

Choose a tag to compare

Fixes:

  • Fix naming of read_only to be consistent with snake casing of most protos

protoc-gen-huma v1.0.0

22 Feb 17:44
fc3592a

Choose a tag to compare

Initial release.