Dmarkham Enumer Versions Save

A Go tool to auto generate methods for your enums

v1.5.9

6 months ago

Just dependency version bumps

v1.5.7

1 year ago

Fixing #68 by @eleduardo

v1.5.6

1 year ago

fix: upgrade golang.org/x/tools for go 1.18 compatibility @urso

v1.5.5

2 years ago

fix: upgrade golang.org/x/tools for go 1.18 compatibility @smlx

v1.5.4

2 years ago
  • build Apple arm64 binary
  • AltStringValuesMethod @mvrahden
  • Documentation updates @mieubrisse
  • update x/tools for 1.18 @nirhaas

v1.5.3

2 years ago

Just some small clean up in the error messages. Moved to go version 1.16.x

v1.5.2

3 years ago

@vladimiroff : adding in GraphQL marshaling methods for gqlgen

v1.5.1

3 years ago

Fixes for Case Insensitivity thank you @mvrhov

v1.5.0

3 years ago
  • Tests were added for --linecomment : @xescugc
  • transformers that consume the entire name of a enum will error out: @xescugc

Warning We now have a rule that if a transformer strips out all content for a enum name, it will error out. If the name was already empty that is just fine. If you happen to have a valid use-case and we just broke you please downgrade and open up a Issue. I want to fix it.

v1.4.1

4 years ago

Bug fix on the SQL template.