Releases: go-pkgz/enum
Releases · go-pkgz/enum
Release v0.3.1
Release v0.3.0
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
Version 0.2.0
What's Changed
- Fix missing strings import when generating without
-lower
flag by @codemageddon in #4 - Add support for complex type names by @codemageddon in #3
New Contributors
- @codemageddon made their first contribution in #4
Full Changelog: v0.1.3...v0.2.0
Version 0.1.0
initial release