Skip to content

Release v0.27.0

Compare
Choose a tag to compare
@DavidGamba DavidGamba released this 12 Mar 04:26
· 27 commits to master since this release

As the releases before, this release has 100% test coverage.
Tested with Go 1.14, 1.15, 1.16, 1.17, 1.18, 1.19 and 1.20.

Breaking

Refactor and rename HelpSynopsisArgs

  • Rename and allow description:
- opt.HelpSynopsisArgs("name")
+ opt.HelpSynopsisArg("name", "description")
  • Allow it to be called multiple times.

  • Add ARGUMENTS section in help.

Minor

  • dag: Add extra context in log output.

Add graph name in log entries.
Helpful when using more than one graph (graph of graphs).

  • Fix lonesome dash in help and in completion results.