Skip to content

Releases: dmarkham/enumer

v1.5.11

18 Feb 17:07
750eb57
Compare
Choose a tag to compare

What's Changed

  • Update golang.org/x/tools to v0.30.0 by @gabe565 (first contribution 🎉 ) in #106

Full Changelog: v1.5.10...1.5.11

(1.5.11 (missing the v) was previously released as a mistake. the v is for Very much required.)

v1.5.9

17 Oct 14:02
5a427ab
Compare
Choose a tag to compare

Just dependency version bumps

v1.5.7

28 Sep 23:11
0f231a2
Compare
Choose a tag to compare

Fixing #68 by @eleduardo

v1.5.6

16 Aug 16:06
0f231a2
Compare
Choose a tag to compare

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

v1.5.5

12 Apr 14:11
aa45c0d
Compare
Choose a tag to compare

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

V1.5.4

23 Mar 16:06
caff60e
Compare
Choose a tag to compare

v1.5.3

22 Jul 06:34
9d0b7d4
Compare
Choose a tag to compare

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

V1.5.2

31 Jan 07:58
b96c3ca
Compare
Choose a tag to compare

@vladimiroff : adding in GraphQL marshaling methods for gqlgen

v1.5.1

09 Aug 04:38
67fb6ef
Compare
Choose a tag to compare

Fixes for Case Insensitivity thank you @mvrhov

V1.5.0

09 Jun 20:16
5c8e883
Compare
Choose a tag to compare
  • 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.