Skip to content

Releases: jnovack/flag

v1.25.0

18 Aug 01:31
0ba8606
Compare
Choose a tag to compare

v1.24.2

25 Apr 02:58
c5a9f77
Compare
Choose a tag to compare

This is meant to work with go v1.24.2 and above.

FEATURES ADDED

v1.16.0

02 Apr 13:57
c72e11c
Compare
Choose a tag to compare

This version will only work with go1.16 and above.

BREAKING CHANGES
The io/ioutil package has been removed from 1.16, and all references updated.

FEATURES ADDED
The new Func() function allows registering a flag implemented by calling a function, as a lighter-weight alternative to implementing the Value interface.