Dmarkham Enumer Versions Save

A Go tool to auto generate methods for your enums

v1.4.0

4 years ago

Implement Scan with a type switch - @vladimiroff

v1.3.0

4 years ago

Use constant names rather than literals Compile-time check to detect constants value changes/reorder

v1.2.0

4 years ago

Allow multiple trim prefixes thank you @sgtsquiggs Move to go 1.13.x for default build Update the dependency versions.

v1.1.1

4 years ago

v1.1.0

5 years ago
  • <Type>String(s string) is now case insensitive #21

v1.0.0

5 years ago

This Release adds --linecomment to be more compatible with stringer. #19

v0.0.2

5 years ago

Create the Temp file in the same directory as the output. #17

v0.0.1

5 years ago

This version has most of the community's pull requests that were stable. It's also a drop in replacement for https://github.com/alvaroloes/enumer