Skip to content

Release v0.3.0

Choose a tag to compare

@umputun umputun released this 25 Apr 19:59
· 6 commits to master since this release

What's new

  • Add dummy usage of enum constants to prevent linter warnings
  • Improve README documentation for naming conventions and parameters
  • Fix go:generate examples in README to include @latest tag
  • Add Go 1.23 iterator support
  • Add support to get the enum value by the constant int value
  • Fix handling of repeated constant values in enum declarations
  • Add support for explicit enum values instead of assuming sequential iota values
  • Update dependencies
  • Improve file permission handling