Releases: peterbourgon/ff
Releases · peterbourgon/ff
v1.6.0
This release has no changes to package ff, but introduces an extremely early version of package ffcli, an opinionated helper package for building commandline applications.
v1.5.0
Adds package ffyaml which provides a YAML config file parser.
v1.4.0
All config file parsers now translate array/list/slice values into a series of Set operations on the corresponding flag.Value. This is particularly useful for custom flag.Values that support non-destructive Sets. See fftest#StringSlice for more context.
v1.3.0
Minor changes to the implementation and test strategy, hopefully no changes to API or behavior.
v1.2.0
Bug fixes, and adds fftoml as a separate package.
Initial release
v1.0.3 Add Go modules (#4)