All Versions
11
Latest Version
Avg Release Cycle
122 days
Latest Release
1082 days ago

Changelog History
Page 1

  • v3.1.2 Changes

    May 08, 2021
    • Replace shell scripts with Makefile
    • 🛠 Fix an issue where a command and it's argument have same name.
  • v3.1.1 Changes

    April 29, 2021
    • ➕ Add go.mod
    • 🛠 Fix level
    • 🚧 Maintenance
  • v3.1.0 Changes

    September 04, 2018
    • 🛠 Fix flag settings scope
    • 🛠 Fix command flag noempty tag
    • Implement flag handlers
    • ➕ Add Cmd.Options.Logger
    • ➕ Add Cmd.Options.ExitOnError
    • ➕ Add Cmd.Options.ConfigType
  • v3.0.2 Changes

    April 01, 2018
    • 🛠 Fix slice flag value issue
  • v3.0.1 Changes

    April 01, 2018
    • 🛠 Fix field index issue
    • 👌 Improve tests and code coverage
    • ➕ Add Cmd.exit method
  • v3.0.0 Changes

    February 11, 2018
    • [BREAKING CHANGE] Commands require struct tag
    • 0️⃣ [BREAKING CHANGE] Unknown arguments cause error as default
    • Implement unknown argument handling
    • Implement noempty arguments
    • ➕ Add Cmd.FlagArgs
    • ➕ Add Cmd.Options.AnyError
    • 👌 Improve tests and examples
  • v2.2.0 Changes

    February 02, 2018
    • 👌 Improve error handling for required flags
    • ➕ Add env value to usage content
    • Implement global arguments
    • ➕ Add Flag.FormattedArg method
  • v2.1.0 Changes

    January 31, 2018
    • 🖨 Implement auto usage and version printing
    • ➕ Add Cmd.FlagValue method
    • ➕ Add FlagSet.FlagByArg method
    • ➕ Add Flag.Value method
  • v2.0.0 Changes

    January 15, 2018
    • [BREAKING CHANGE] Change return values for New table function
    • [BREAKING CHANGE] Drop row number argument from Table.AddRow method
    • ➕ Add Table.SetRow method
    • 👌 Improve Cmd.usageContent
    • 🛠 Fix flag arguments issue
  • v1.0.1 Changes

    January 09, 2018
    • 🛠 Fix usage issue
    • 🛠 Fix indexTo issue