Skip to content

Releases: peterbourgon/ff

v1.6.0

27 Aug 19:20
51a5641
Compare
Choose a tag to compare

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

28 Jul 23:22
7c56bdc
Compare
Choose a tag to compare

Adds package ffyaml which provides a YAML config file parser.

v1.4.0

28 Jul 04:55
a60b2ef
Compare
Choose a tag to compare

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

27 Jul 02:52
ed421ff
Compare
Choose a tag to compare

Minor changes to the implementation and test strategy, hopefully no changes to API or behavior.

v1.2.0

05 Mar 20:29
Compare
Choose a tag to compare

Bug fixes, and adds fftoml as a separate package.

Initial release

06 Dec 19:01
Compare
Choose a tag to compare
v1.0.3

Add Go modules (#4)