cobra v1.0.0 Release Notes

Release Date: 2020-04-10 // about 4 years ago
  • v1.0.0

    ๐Ÿฑ Announcing v1.0.0 of Cobra. ๐ŸŽ‰

    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