Cobra Versions Save

A Commander for modern Go CLI interactions

v1.1.2

3 years ago

Notable Changes

  • Bump license year to 2021 in golden files (#1309) @Bowbaq
  • Enhance PowerShell completion with custom comp (#1208) @Luap99
  • Update gopkg.in/yaml.v2 to v2.4.0: The previous breaking change in yaml.v2 v2.3.0 has been reverted, see go-yaml/yaml#670
  • Documentation readability improvements (#1228 etc.) @zaataylor etc.
  • Use golangci-lint: Repair warnings and errors resulting from linting (#1044) @umarcor

v1.1.1

3 years ago

v1.1.0

3 years ago

Notable Changes

  • Extend Go completions and revamp zsh comp (#1070)
  • Fix man page doc generation - no auto generated tag when cmd.DisableAutoGenTag = true (#1104)
  • Add completion for help command (#1136)
  • Complete subcommands when TraverseChildren is set (#1171)
  • Fix stderr printing functions (#894)
  • fix: fish output redirection (#1247)

v1.0.0

4 years ago

v1.0.0

Announcing v1.0.0 of Cobra. :tada:

Notable Changes

  • Fish completion (including support for Go custom completion) @marckhouzam
  • API (urgent): Rename BashCompDirectives to ShellCompDirectives @marckhouzam
  • Remove/replace SetOutput on Command - deprecated @jpmcb
  • add support for autolabel stale PR @xchapter7x
  • Add Labeler Actions @xchapter7x
  • Custom completions coded in Go (instead of Bash) @marckhouzam
  • Partial Revert of #922 @jharshman
  • Add Makefile to project @jharshman
  • Correct documentation for InOrStdin @desponda
  • Apply formatting to templates @jharshman
  • Revert change so help is printed on stdout again @marckhouzam
  • Update md2man to v2.0.0 @pdf
  • update viper to v1.4.0 @umarcor
  • Update cmd/root.go example in README.md @jharshman

v0.0.7

4 years ago

Bug fix to restore previous exit behavior when a command is not runnable.

Issue Ref: #1056 Bug Introduced: #922 Affected Releases: 0.0.6

v0.0.6

4 years ago

v0.0.5

4 years ago

v0.0.4

4 years ago

As requested in #259 and #857.

Changes: https://github.com/spf13/cobra/compare/v0.0.3...v0.0.4

v0.0.3

5 years ago

Tagged release for package managers, as requested in #693.

v0.0.2

6 years ago

Tagged release for package managers, as requested in #259.