Skip to content

Releases: mobiletoly/gobetter

v0.18.0

01 Nov 20:50

Choose a tag to compare

  • add generics support and alias collision reuse in builders

v0.15.0

19 Aug 10:17

Choose a tag to compare

  • Added command-line "-sort" flag to control the order of emitted builder functions ("seq" - for the same order as in original structure, "abc" - for emit alphabetically sorted chain functions).

v0.13.0

14 Aug 11:42

Choose a tag to compare

  • Breaking changes: removed "-output" and "-receiver" flags from command line options
  • Now you can specify the single file or the entire directory with "-input" flag
  • Other minor improvement in code generation

v0.12.1

26 Jul 16:41

Choose a tag to compare

  • BUG FIX: "-generate-for=exported" flag was not using type alias for nested structs

v0.12.0

26 Jul 16:09

Choose a tag to compare

  • Added nested structs generator

v0.11.0

17 Jul 18:55

Choose a tag to compare

update README

0.10

17 Jul 14:21

Choose a tag to compare

Migrated to builder mandatory chain patter

0.8

08 Dec 01:16

Choose a tag to compare

0.8
add field acronym support

0.7

07 Dec 08:25

Choose a tag to compare

0.7
version up

0.6

07 Dec 08:22

Choose a tag to compare

0.6
add uppercase getter