Skip to content

Releases: darwayne/builder-gen

v1.6.0

20 Feb 02:19
Compare
Choose a tag to compare
  • Adds ability to skip fields with the tag builder-gen:"-"
  • Adds option to generate variadic parameters for bools

v1.5.1

05 Feb 16:16
Compare
Choose a tag to compare
  • remove unnecessary usage output.

v1.5.0

05 Feb 16:09
Compare
Choose a tag to compare
  • Adds ability to configure code generation on a per struct basis
  • Adds ability to also generate global optional functions that aren't tied to the builder
  • Add ability to add a prefix to global optional functions
  • Adds ability to add a suffix to global optional functions
  • Add ability to disable generating the builder object

v1.4.0

28 Jan 02:29
Compare
Choose a tag to compare
adds type contruction methods to generated builder.

v1.3.3

23 Jan 20:56
Compare
Choose a tag to compare
fixes bug where Has functions weren't getting generated as expected.

v1.3.2

20 Jan 13:35
Compare
Choose a tag to compare
fixes bug where wrong types could be generated

v1.3.1

20 Jan 12:48
Compare
Choose a tag to compare
reduce version of go needed to 1.11

v1.3.0

17 Jan 14:52
Compare
Choose a tag to compare
minor refactor to support any type.

v1.2.2

17 Jan 03:26
Compare
Choose a tag to compare
adds support for interface references and explicitly ignores funcs, m…

v1.2.1

17 Jan 01:54
Compare
Choose a tag to compare
fixes nil pointer bug that occurred with recursive flag enabled and a…