Skip to content

Releases: fatih/gomodifytags

v1.7.0

05 Oct 02:58
1bc97ea
Compare
Choose a tag to compare

This release includes the new -field flag to modify a single field. It only works in conjunction with the -struct field and is a way to use gomodifytags from the terminal. Editors modify tags based on offset and are capable of editing single fields, hence they don't need this flag.

PR: #68

v1.6.0

13 May 05:18
3d90b10
Compare
Choose a tag to compare

This releases fixes the case where gomodifytags would skip embedded unexported fields, even if -skip-unexported was enabled. Changes: #62

v1.5.0

12 May 03:55
682a9f6
Compare
Choose a tag to compare

Includes the new -all selection flag which can be used to select all structs in a given file. Changes: #61

v1.4.0

02 Apr 05:02
86adea3
Compare
Choose a tag to compare

Allow equals in tag values, i.e: validate:max=32

Code changes: #57

v1.3.0

26 Feb 15:07
37f1662
Compare
Choose a tag to compare

Includes the fix for parsing static values: #56

v1.2.0

19 Jan 08:12
712bc1c
Compare
Choose a tag to compare

Includes the following change:

  • Rename the --skip-private flag to --skip-unexported to use the usual Go
    nomenclature #54

v1.1.0

17 Jan 22:58
Compare
Choose a tag to compare

A new --skip-private option has been added to skip private fields. By default it's disabled. #53

v1.0.1

04 Sep 05:47
d94266e
Compare
Choose a tag to compare

Changes:

  • Fix parsing line directives on Windows (#47)

v1.0.0

06 Aug 09:24
9644635
Compare
Choose a tag to compare

gomodifytags is now in a good shape with a good feature set. Let's start tagging the release, which also sets the ground for future releases.