Skip to content

Releases: integrii/flaggy

v1.2.1

17 May 18:02
Compare
Choose a tag to compare

Just a single fix:

  • flaggy.StringSlice was not properly splitting the original string (aaa,bbb,ccc) into a slice. Thanks for the find/fix @ihoegen

v1.2.0

20 Mar 00:45
eb3cf98
Compare
Choose a tag to compare

This is a minor release with only a few fixes:

  • Fix module import paths discussed in issue #42
  • Add DisableShowVersionWithVersion to Parser for convenience (Thanks Jonatan Reiners)
  • Various README changes
  • Small fixes to some Test output

1.1.0

21 Sep 15:30
f984caf
Compare
Choose a tag to compare

Changelog:

  • Values now always show the correct default string, even if they were used in your command
  • Parsers now have a ShowHelpAndExit() function (@ihoegen)
  • A unintended third party templating package was being used, but has been removed (flaggy has no external dependencies)
  • Implement go.mod at v1