Releases: abice/go-enum
Releases · abice/go-enum
Case Insensitive parsing
Add case invariant parsing (#45) * Add case insensitive parsing
New CLI Library
Update Dependencies
Custom Prefix
Custom Prefix (#39) * Add Prefix
Value Receiver for MarshalText method
Use value receiver for MarshalText (#37) * Use value receiver for MarshalText * Switch to same version of go-bindata installed by homebrew
Bug fix
v0.2.0: Added option for snake_case to CamelCase. (#33)
* Added option for snake_case to CamelCase. The default will be to convert the names of the fields. There is a flag to disable that conversion.
Comment Parsing Fix
Add more complex comments (#30) * generator: added more complex comment parsing. * Updated dependencies
Release 0.1.5
- support for comments in ENUM definitions
- option for sql scan support
- updated dependencies
Names and Offsets
Added support for starting at an offset.
Added support for generating a Names() func that will return all available names for an enum
Added Flag Support
Merge pull request #16 from abice/SanitizeValues Added value name sanitization for valid go identifiers