Releases: urfave/cli
Releases ยท urfave/cli
v3.3.0
What's Changed
- Add v3 issue template by @dearchap in #2104
- Fix:(issue_2105) Ensure fish completion works by @dearchap in #2106
- add test for MutuallyExclusiveFlags with After by @bystones in #2107
- use correct context in After function with subcommand by @bystones in #2108
- Enable to customize completion commands by @suzuki-shunsuke in #2103
- Fish completions no longer suggest subcommands that have already been picked by @bittrance in #2117
- feat: adds support for explicit
float32
andfloat64
by @ldez in #2112
New Contributors
- @bystones made their first contribution in #2107
- @bittrance made their first contribution in #2117
Full Changelog: v3.2.0...v3.3.0
v3.2.0
Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #2094 for full patch for this
What's Changed
- chore: Bump golangci-lint to v2 by @mrueg in #2083
- Fix docs for shell completions by @antimatter96 in #2090
- docs: improve migration guides render by @ldez in #2091
- docs: improve migration guide v3 by @ldez in #2093
- feat!: add more integers and unsigned integers type flags by @somebadcode in #2094
- PR-2094: Fix docs by @dearchap in #2099
- Fix:(PR-2094) Update docs for new types by @dearchap in #2100
- Fix:(issue_2056) Add cmd.XXXArgs() functions for retrieving args by @dearchap in #2088
- Add docs for arg types by @dearchap in #2101
New Contributors
- @antimatter96 made their first contribution in #2090
- @ldez made their first contribution in #2091
- @somebadcode made their first contribution in #2094
Full Changelog: v3.1.1...v3.2.0
v3.1.0
What's Changed
- go.mod: Require go1.22 by @mrueg in #2026
- Fix:(issue_2030) Add support for trailing hypen for short options by @dearchap in #2031
- Run Before actions after setting up subcommand by @fjl in #2028
- The example have some problem in api by @jokemanfire in #2039
- Rename "Bash Completions" to "Shell Completions" by @abitrolly in #2044
- Support root level map keys in map sources by @lukasbindreiter in #2047
- while print flag , the placeholder if need but not set. by @jokemanfire in #2043
- Add dependabot by @mrueg in #2025
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #2054
- Bump golangci/golangci-lint-action from 5 to 6 by @dependabot in #2053
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #2052
- Fix:(issue_2032) Support for post parse config loading by @dearchap in #2033
- Fix:(issue_2066) Remove dependency on golang flag library by @dearchap in #2074
- Fix:(issue_1891) Roll out v3 docs by @dearchap in #2080
- Fix:(issue_2077) Make sure onUsageError is invoked for command when aโฆ by @dearchap in #2081
New Contributors
- @mrueg made their first contribution in #2026
- @jokemanfire made their first contribution in #2039
- @lukasbindreiter made their first contribution in #2047
- @dependabot made their first contribution in #2054
Full Changelog: v3.0.0-beta1.01...v3.1.0
v2.27.6
v3.0.0-alpha9.7
What's Changed
Full Changelog: v3.0.0-alpha9.6...v3.0.0-alpha9.7
v3.0.0-alpha9.5
What's Changed
- Improve the command for printing completion scripts by @bartekpacia in #1998
Full Changelog: v3.0.0-alpha9.4...v3.0.0-alpha9.5
v3.0.0-alpha9.6
What's Changed
- Use
cmd.Name
when generating completion script by @bartekpacia in #2012
Full Changelog: v3.0.0-alpha9.5...v3.0.0-alpha9.6
v3.0.0-alpha9.4
What's Changed
Full Changelog: v3.0.0-alpha9.3...v3.0.0-alpha9.4
v3.0.0-alpha9.3
What's Changed
- Feature:(issue_1927) Add ability for before handler to return new context by @dearchap in #1994
- Fix:(issue_1921) Dont display [command] in help by @dearchap in #2000
- Fix:(issue_1069) Dont show [arguments] in usage when there are no arguments defined by @dearchap in #2001
- improve output of build.go#downloadFile when download fails by @bartekpacia in #2003
- Revert GetValue() removal by @dearchap in #2004
- Re-add generic flag back by @dearchap in #2005
Full Changelog: v3.0.0-alpha9.2...v3.0.0-alpha9.3
v3.0.0-alpha9.2
What's Changed
- Fix:(issue_976) All positional args and flags to be mixed in any order by @dearchap in #1987
- Fix: Increase test coverage by @dearchap in #1988
- Add more tests for map by @dearchap in #1990
- Ignore internal build dir by @dearchap in #1991
- Split internal/ into examples/ and scripts/ by @abitrolly in #1992
- style: fix typos by @suzuki-shunsuke in #1996
- Revert "fix: /bin/zsh env variable to retrieve current active shell" by @bartekpacia in #1997
Full Changelog: v3.0.0-alpha9.1...v3.0.0-alpha9.2