Gomodifytags Versions Save

Go tool to modify struct field tags

v1.6.0

4 years ago

This releases fixes the case where gomodifytags would skip embedded unexported fields, even if -skip-unexported was enabled. Changes: https://github.com/fatih/gomodifytags/pull/62

v1.5.0

4 years ago

Includes the new -all selection flag which can be used to select all structs in a given file. Changes: https://github.com/fatih/gomodifytags/pull/61

v1.4.0

4 years ago

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

Code changes: https://github.com/fatih/gomodifytags/pull/57

v1.3.0

4 years ago

Includes the fix for parsing static values: https://github.com/fatih/gomodifytags/pull/56

v1.2.0

4 years ago

Includes the following change:

v1.1.0

4 years ago

A new --skip-private option has been added to skip private fields. By default it's disabled. https://github.com/fatih/gomodifytags/pull/53

v1.0.1

4 years ago

Changes:

v1.0.0

4 years ago

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.