Releases: darwayne/builder-gen
Releases · darwayne/builder-gen
v1.6.0
- Adds ability to skip fields with the tag
builder-gen:"-"
- Adds option to generate variadic parameters for bools
v1.5.1
- remove unnecessary usage output.
v1.5.0
- 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
adds type contruction methods to generated builder.
v1.3.3
fixes bug where Has functions weren't getting generated as expected.
v1.3.2
fixes bug where wrong types could be generated
v1.3.1
reduce version of go needed to 1.11
v1.3.0
minor refactor to support any type.
v1.2.2
adds support for interface references and explicitly ignores funcs, m…
v1.2.1
fixes nil pointer bug that occurred with recursive flag enabled and a…