Releases: fatih/gomodifytags
Releases · fatih/gomodifytags
v1.7.0
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
This releases fixes the case where gomodifytags
would skip embedded unexported fields, even if -skip-unexported
was enabled. Changes: #62
v1.5.0
Includes the new -all
selection flag which can be used to select all structs in a given file. Changes: #61
v1.4.0
Allow equals in tag values, i.e: validate:max=32
Code changes: #57
v1.3.0
Includes the fix for parsing static values: #56
v1.2.0
Includes the following change:
- Rename the --skip-private flag to --skip-unexported to use the usual Go
nomenclature #54
v1.1.0
A new --skip-private
option has been added to skip private fields. By default it's disabled. #53
v1.0.1
Changes:
- Fix parsing line directives on Windows (#47)
v1.0.0
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.