Skip to content

Releases: abice/go-enum

v0.3.5

05 Sep 16:46
2b856fe

Choose a tag to compare

Adds versioning info to the files generated.
Also attempts to add build binaries to the release.

Updated header

07 Jul 02:39
cd5e40d

Choose a tag to compare

v0.3.4

Match go recommended  header (#55)

go 1.16 embedded files

05 Jul 20:19
b593b64

Choose a tag to compare

Adds support for embedded files from go 1.16

User Templates

30 Apr 18:00
e81b720

Choose a tag to compare

Adds support for user provided templates to add custom functionality.

v0.3.1

12 Mar 01:27
f5cbb58

Choose a tag to compare

Fixes:

  • #47 (comment punctuation)
  • #48 (filename glob support)

Add nullable sql types as strings or ints

03 Mar 22:31
74db3eb

Choose a tag to compare

Add sql nullable types. (#46)

* Add sql nullable types.

Case Insensitive parsing

16 Feb 19:23
5ed55ce

Choose a tag to compare

Add case invariant parsing (#45)

* Add case insensitive parsing

New CLI Library

11 Jan 19:21
a1ca18f

Choose a tag to compare

Update Dependencies

Custom Prefix

17 Jan 20:10
18aeaef

Choose a tag to compare

Custom Prefix (#39)

* Add Prefix

Value Receiver for MarshalText method

11 Dec 19:03

Choose a tag to compare

Use value receiver for MarshalText (#37)

* Use value receiver for MarshalText

* Switch to same version of go-bindata installed by homebrew