drone-s3
drone-s3 copied to clipboard
fix(deps): update module github.com/urfave/cli to v2
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/urfave/cli | v1.22.10 -> v2.27.4 |
Release Notes
urfave/cli (github.com/urfave/cli)
v2.27.4
What's Changed
- Fix:(issue_1962) Fix tests failing on 32 bit architectures by @dearchap in https://github.com/urfave/cli/pull/1963
Full Changelog: https://github.com/urfave/cli/compare/v2.27.3...v2.27.4
v2.27.3
What's Changed
- v2 Docs: Mention value from env as default value by @sj14 in https://github.com/urfave/cli/pull/1910
- Bump github.com/xrash/smetrics dependency by @elezar in https://github.com/urfave/cli/pull/1911
- fix: disable bash completion if double dash is included in arguments (v2) by @suzuki-shunsuke in https://github.com/urfave/cli/pull/1938
- Fix improper whitespace formatting in usageTemplate, AppHelpTemplate … by @caeret in https://github.com/urfave/cli/pull/1947
New Contributors
- @sj14 made their first contribution in https://github.com/urfave/cli/pull/1910
- @elezar made their first contribution in https://github.com/urfave/cli/pull/1911
- @caeret made their first contribution in https://github.com/urfave/cli/pull/1947
Full Changelog: https://github.com/urfave/cli/compare/v2.27.2...v2.27.3
v2.27.2
What's Changed
- Cleanup: Remove unnecessary intermediate variables by @1ambd4 in https://github.com/urfave/cli/pull/1857
- Docs:(issue_1866) Fix documentation on filepath vs env preference by @dearchap in https://github.com/urfave/cli/pull/1867
- Fix:(issue_1860) Remove hidden flags from flag categories by @dearchap in https://github.com/urfave/cli/pull/1868
- Fix repeated [arguments...] in usage template in v2 by @edeustua in https://github.com/urfave/cli/pull/1872
- Update dependencies, actions steps, and usage for v2-maint by @meatballhat in https://github.com/urfave/cli/pull/1888
New Contributors
- @1ambd4 made their first contribution in https://github.com/urfave/cli/pull/1857
- @edeustua made their first contribution in https://github.com/urfave/cli/pull/1872
Full Changelog: https://github.com/urfave/cli/compare/v2.27.1...v2.27.2
v2.27.1
What's Changed
- v2: Add build tag urfave_cli_no_suggest by @dolmen in https://github.com/urfave/cli/pull/1847
Full Changelog: https://github.com/urfave/cli/compare/v2.27.0...v2.27.1
v2.27.0
What's Changed
- v2 Add integration with golangci-lint by @skelouse in https://github.com/urfave/cli/pull/1830
- v2: GitHub Actions: upgrade Go, upgrade actions by @dolmen in https://github.com/urfave/cli/pull/1848
- Feat:(issue_1797) Add Args for app/cmd/subcmd to avoid argument... be… by @dearchap in https://github.com/urfave/cli/pull/1829
- Fix:(issue_1850) Add RunAction for uint/uint64 slice flags by @dearchap in https://github.com/urfave/cli/pull/1851
Full Changelog: https://github.com/urfave/cli/compare/v2.26.0...v2.27.0
v2.26.0
What's Changed
- Bash completion nits by @meatballhat in https://github.com/urfave/cli/pull/1762
- Chore: Rename mkdocs requirements file name by @dearchap in https://github.com/urfave/cli/pull/1776
- Fix:(issue_1787) Add fix for commands not listed when hide help comma… by @dearchap in https://github.com/urfave/cli/pull/1788
- Fix nil HelpFlag panic (v2) by @wxiaoguang in https://github.com/urfave/cli/pull/1795
- Always get 0 for a nested int64 value in v2.25.7 by @stephenfire in https://github.com/urfave/cli/pull/1799
- Helper messages for documenting build process by @abitrolly in https://github.com/urfave/cli/pull/1800
- fix: check duplicated sub command name and alias by @linrl3 in https://github.com/urfave/cli/pull/1805
- Fix:(issue_1689) Have consistent behavior for default text in man and… by @dearchap in https://github.com/urfave/cli/pull/1825
- Fix linting issues by @skelouse in https://github.com/urfave/cli/pull/1696
New Contributors
- @stephenfire made their first contribution in https://github.com/urfave/cli/pull/1799
- @linrl3 made their first contribution in https://github.com/urfave/cli/pull/1805
Full Changelog: https://github.com/urfave/cli/compare/v2.25.7...v2.26.0
v2.25.7
What's Changed
- Fix: fix v2 broken tests by @dearchap in https://github.com/urfave/cli/pull/1757
- Fix:(issue_1755) Ensure that timestamp flag destination is set correctly by @dearchap in https://github.com/urfave/cli/pull/1756
Full Changelog: https://github.com/urfave/cli/compare/v2.25.6...v2.25.7
v2.25.6
What's Changed
- Fix:(issue_1668) Add test case for sub command of sub command completion by @dearchap in https://github.com/urfave/cli/pull/1747
- Update dependencies for v2 by @meatballhat in https://github.com/urfave/cli/pull/1749
- Document slice flags as part of examples (v2) by @carhartl in https://github.com/urfave/cli/pull/1751
Full Changelog: https://github.com/urfave/cli/compare/v2.25.5...v2.25.6
v2.25.5
What's Changed
- Fix:(issue_1737) Set bool count by taking care of num of aliases by @dearchap in https://github.com/urfave/cli/pull/1740
Full Changelog: https://github.com/urfave/cli/compare/v2.25.4...v2.25.5
v2.25.4
What's Changed
- Bug/fix issue 1703 by @jojje in https://github.com/urfave/cli/pull/1728
- Fix:(issue_1734) Show categories for subcommands by @dearchap in https://github.com/urfave/cli/pull/1735
- Fix:(issue_1610). Keep RunAsSubcommand behaviour as before by @dearchap in https://github.com/urfave/cli/pull/1736
- Fix:(issue_1731) Add fix for checking if aliases are set by @dearchap in https://github.com/urfave/cli/pull/1732
- Fix func name referenced in doc comment by @meatballhat in https://github.com/urfave/cli/pull/1738
New Contributors
- @jojje made their first contribution in https://github.com/urfave/cli/pull/1728
Full Changelog: https://github.com/urfave/cli/compare/v2.25.3...v2.25.4
v2.25.3
What's Changed
- Fix
incorrectTypeForFlagError
for unknowns by @danhunsaker in https://github.com/urfave/cli/pull/1708
New Contributors
- @danhunsaker made their first contribution in https://github.com/urfave/cli/pull/1708
Full Changelog: https://github.com/urfave/cli/compare/v2.25.2...v2.25.3
v2.25.2
What's Changed
- Fix missing required flag error uses flag name and not alias by @nirhaas in https://github.com/urfave/cli/pull/1709
- Remove redundant variable declarations by @huiyifyj in https://github.com/urfave/cli/pull/1714
- Fix:(issue 1689) Match markdown output with help output by @dearchap in https://github.com/urfave/cli/pull/1723
New Contributors
- @nirhaas made their first contribution in https://github.com/urfave/cli/pull/1709
- @huiyifyj made their first contribution in https://github.com/urfave/cli/pull/1714
Full Changelog: https://github.com/urfave/cli/compare/v2.25.1...v2.25.2
v2.25.1
What's Changed
- Shift tested Go versions in v2-maint by @meatballhat in https://github.com/urfave/cli/pull/1692
- Preserve separator spec on subcommands by @thschmitt in https://github.com/urfave/cli/pull/1710
New Contributors
- @thschmitt made their first contribution in https://github.com/urfave/cli/pull/1710
Full Changelog: https://github.com/urfave/cli/compare/v2.25.0...v2.25.1
v2.25.0
What's Changed
- Drop support for Go versions before 1.18 by @meatballhat in https://github.com/urfave/cli/pull/1667
- add Integer type casting when loading yaml file by @kjeom in https://github.com/urfave/cli/pull/1669
New Contributors
- @kjeom made their first contribution in https://github.com/urfave/cli/pull/1669
Full Changelog: https://github.com/urfave/cli/compare/v2.24.4...v2.25.0
v2.24.4
What's Changed
- Deprecation of package ioutil in Go 1.16 by @ArangoGutierrez in https://github.com/urfave/cli/pull/1678
- Backport [v2]: Fix some issues in bash autocompletion by @MrNaif2018 in https://github.com/urfave/cli/pull/1676
New Contributors
- @ArangoGutierrez made their first contribution in https://github.com/urfave/cli/pull/1678
Full Changelog: https://github.com/urfave/cli/compare/v2.24.3...v2.24.4
v2.24.3
What's Changed
- Make trim space optional by @palsivertsen in https://github.com/urfave/cli/pull/1675
Full Changelog: https://github.com/urfave/cli/compare/v2.24.2...v2.24.3
v2.24.2
What's Changed
- Update README badges for v2 by @meatballhat in https://github.com/urfave/cli/pull/1664
- Target two most recent Go versions in v2 by @meatballhat in https://github.com/urfave/cli/pull/1666
- flag: remove dependencies on shared variables by @zllovesuki in https://github.com/urfave/cli/pull/1671
- Show non categorized flags with categorized on help by @skelouse in https://github.com/urfave/cli/pull/1673
New Contributors
- @zllovesuki made their first contribution in https://github.com/urfave/cli/pull/1671
Full Changelog: https://github.com/urfave/cli/compare/v2.24.1...v2.24.2
v2.24.1
What's Changed
- Fix v2 docs by @dearchap in https://github.com/urfave/cli/pull/1655
Full Changelog: https://github.com/urfave/cli/compare/v2.24.0...v2.24.1
v2.24.0
What's Changed
- Fix:(issue_1592) Add support for float64slice, uint, int, int64 for a… by @dearchap in https://github.com/urfave/cli/pull/1647
Full Changelog: https://github.com/urfave/cli/compare/v2.23.10...v2.24.0
v2.23.10
What's Changed
- Doc:(issue_1593) Add flag category topic in docs (v2-maint) by @ovcharenko-di in https://github.com/urfave/cli/pull/1653
Full Changelog: https://github.com/urfave/cli/compare/v2.23.9...v2.23.10
v2.23.9
What's Changed
New Contributors
- @palsivertsen made their first contribution in https://github.com/urfave/cli/pull/1649
Full Changelog: https://github.com/urfave/cli/compare/v2.23.8...v2.23.9
v2.23.8
What's Changed
- Fix:(issue_1277) Remove default text for version/help flags by @dearchap in https://github.com/urfave/cli/pull/1633
Full Changelog: https://github.com/urfave/cli/compare/v2.23.7...v2.23.8
v2.23.7
What's Changed
- Fix:(issue_1617) Fix Bash completion for subcommands by @dearchap in https://github.com/urfave/cli/pull/1618
Full Changelog: https://github.com/urfave/cli/compare/v2.23.6...v2.23.7
v2.23.6
What's Changed
- Disable slice flag separator by @feedmeapples in https://github.com/urfave/cli/pull/1588
- Fix:(issue_1591) Use AppHelpTemplate instead of subcommand help template by @dearchap in https://github.com/urfave/cli/pull/1608
Full Changelog: https://github.com/urfave/cli/compare/v2.23.5...v2.23.6
v2.23.5
What's Changed
- Update x/text to 0.3.8 by @dirkmueller in https://github.com/urfave/cli/pull/1571
- Update github actions events for v2-maint branch by @meatballhat in https://github.com/urfave/cli/pull/1574
- Update dependencies in v2 series by @meatballhat in https://github.com/urfave/cli/pull/1573
New Contributors
- @dirkmueller made their first contribution in https://github.com/urfave/cli/pull/1571
Full Changelog: https://github.com/urfave/cli/compare/v2.23.4...v2.23.5
v2.23.4
What's Changed
- Chore: Add altsrc flag definition generation by @dearchap in https://github.com/urfave/cli/pull/1553
Full Changelog: https://github.com/urfave/cli/compare/v2.23.3...v2.23.4
v2.23.3
What's Changed
- Fix: Avoid duplication of help commands by @remiposo in https://github.com/urfave/cli/pull/1565
- Feature:(issue_1550):Add support Int64Slice by read toml config file by @Edelweiss-Snow in https://github.com/urfave/cli/pull/1551
New Contributors
- @remiposo made their first contribution in https://github.com/urfave/cli/pull/1565
- @Edelweiss-Snow made their first contribution in https://github.com/urfave/cli/pull/1551
Full Changelog: https://github.com/urfave/cli/compare/v2.23.2...v2.23.3
Note. This is considered a minor release even though it has a new "feature" i.e support for int64slice for alstrc flags. The int64slice is verbatim copy of existing code and doesnt include any new behaviour compared to other altsrc flags.
v2.23.2
What's Changed
- Fix:(issue_1114) Add SkipFlagParsing to app to allow -- by @dearchap in https://github.com/urfave/cli/pull/1562
Full Changelog: https://github.com/urfave/cli/compare/v2.23.1...v2.23.2
v2.23.1
What's Changed
- FIx: Allow ext flags to be opt-out by default rather than opt-in by @dearchap in https://github.com/urfave/cli/pull/1561
Full Changelog: https://github.com/urfave/cli/compare/v2.23.0...v2.23.1
v2.23.0
What's Changed
- Feature:(issue_269) Allow external package flag definitions by @dearchap in https://github.com/urfave/cli/pull/1540
Full Changelog: https://github.com/urfave/cli/compare/v2.22.0...v2.23.0
v2.22.0
What's Changed
- Feature:(issue_1090): Add unwrap for ExitCoder by @dearchap in https://github.com/urfave/cli/pull/1545
Full Changelog: https://github.com/urfave/cli/compare/v2.21.0...v2.22.0
v2.21.0
What's Changed
- Feature: (issue_1451) customized slice flag separator by @FGYFFFF in https://github.com/urfave/cli/pull/1546
Full Changelog: https://github.com/urfave/cli/compare/v2.20.5...v2.21.0
v2.20.5
What's Changed
- Fix:(issue_1548) Check root before run default cmd by @smalnote in https://github.com/urfave/cli/pull/1549
New Contributors
- @smalnote made their first contribution in https://github.com/urfave/cli/pull/1549
Full Changelog: https://github.com/urfave/cli/compare/v2.20.4...v2.20.5
v2.20.4
What's Changed
- Spelling by @jsoref in https://github.com/urfave/cli/pull/1543
- Documentation:(issue_786) Add docs for flag validation by @dearchap in https://github.com/urfave/cli/pull/1544
New Contributors
- @jsoref made their first contribution in https://github.com/urfave/cli/pull/1543
Full Changelog: https://github.com/urfave/cli/compare/v2.20.3...v2.20.4
v2.20.3
What's Changed
- Docs:(issue_1276) Make destination/value/default text clear by @dearchap in https://github.com/urfave/cli/pull/1539
- Fix:(issue_1263) FlagNames should return names set via env as well by @dearchap in https://github.com/urfave/cli/pull/1537
- Fix:(issue_1288). Add windows specific env format by @dearchap in https://github.com/urfave/cli/pull/1538
Full Changelog: https://github.com/urfave/cli/compare/v2.20.2...v2.20.3
v2.20.2
What's Changed
- Fix:(issue_1206) Default value shouldnt depend on env variable or val… by @dearchap in https://github.com/urfave/cli/pull/1528
Full Changelog: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2
v2.20.1
What's Changed
- Docs: Fix docs from merged PR1498 by @dearchap in https://github.com/urfave/cli/pull/1532
- Cleanup: Fix app.go formatting by @dearchap in https://github.com/urfave/cli/pull/1533
Full Changelog: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1
v2.20.0
What's Changed
- Cleanup redundant code in App/Command by @dearchap in https://github.com/urfave/cli/pull/1498
Full Changelog: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0
v2.19.3
What's Changed
- Build and run
urfave-cli-genflags
via itsMakefile
by @meatballhat in https://github.com/urfave/cli/pull/1526
Full Changelog: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3
v2.19.2
What's Changed
- fix: stop automatic sorting for --help by @FGYFFFF in https://github.com/urfave/cli/pull/1430
New Contributors
- @FGYFFFF made their first contribution in https://github.com/urfave/cli/pull/1430
Full Changelog: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2
v2.19.1
What's Changed
- Fix:(issue_1500). Fix slice flag value duplication issue by @dearchap in https://github.com/urfave/cli/pull/1502
Full Changelog: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1
v2.19.0
What's Changed
- Fix:(issue_1505) Fix flag alignment in help by @dearchap in https://github.com/urfave/cli/pull/1506
Full Changelog: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0
v2.18.2
What's Changed
- Configure GenericFlag's Destination type as struct not pointer by @nkuba in https://github.com/urfave/cli/pull/1442
New Contributors
- @nkuba made their first contribution in https://github.com/urfave/cli/pull/1442
Full Changelog: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2
v2.18.1
What's Changed
- Ensure "generate" step runs in CI prior to diff check by @meatballhat in https://github.com/urfave/cli/pull/1504
Full Changelog: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1
v2.18.0
What's Changed
- Call FlagStringer in String() method of slice flags by @fjl in https://github.com/urfave/cli/pull/1508
New Contributors
- @fjl made their first contribution in https://github.com/urfave/cli/pull/1508
Full Changelog: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0
v2.17.2
What's Changed
- Remove nonexistent phony targets by @meatballhat in https://github.com/urfave/cli/pull/1503
- wrap: Avoid trailing whitespace for empty lines by @abitrolly in https://github.com/urfave/cli/pull/1513
New Contributors
- @abitrolly made their first contribution in https://github.com/urfave/cli/pull/1513
Full Changelog: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2
v2.17.1
What's Changed
- Fix help results inconsistency by @dearchap in https://github.com/urfave/cli/pull/1499
Full Changelog: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1
v2.17.0
What's Changed
- Flag-level Action by @xwjdsh in https://github.com/urfave/cli/pull/1337
New Contributors
- @xwjdsh made their first contribution in https://github.com/urfave/cli/pull/1337
Full Changelog: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0
v2.16.6
What's Changed
- fix: Context.Set no such flag by @Torwang1 in https://github.com/urfave/cli/pull/1497
New Contributors
- @Torwang1 made their first contribution in https://github.com/urfave/cli/pull/1497
Full Changelog: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6
v2.16.5
What's Changed
- Fix:(issue_1197) Set destination field from altsrc for slice flags by @dearchap in https://github.com/urfave/cli/pull/1495
Full Changelog: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5
v2.16.4
What's Changed
- Accept the
MKDOCS_REMOTE_GITHUB_TOKEN
var as intended by @meatballhat in https://github.com/urfave/cli/pull/1493
Full Changelog: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4
v2.16.3
What's Changed
- Move more functionality into internal/build/build.go by @meatballhat in https://github.com/urfave/cli/pull/1490
Full Changelog: https://github.com/urfave/cli/compare/v2.16.2...v2.16.3
v2.16.2
What's Changed
- Fix: Help name consistency among app/commands and subcommands by @dearchap in https://github.com/urfave/cli/pull/1489
Full Changelog: https://github.com/urfave/cli/compare/v2.16.1...v2.16.2
v2.16.1
What's Changed
- Set codecov status thresholds to 5% by @meatballhat in https://github.com/urfave/cli/pull/1486
- Fix: dont generate pointer for dest for Generic flag by @dearchap in https://github.com/urfave/cli/pull/1488
Full Changelog: https://github.com/urfave/cli/compare/v2.16.0...v2.16.1
v2.16.0
What's Changed
- Feature:(Issue 1334) Add support for uint64slices by @dearchap in https://github.com/urfave/cli/pull/1378
Full Changelog: https://github.com/urfave/cli/compare/v2.15.0...v2.16.0
v2.15.0
What's Changed
- Add count option for bool flags by @dearchap in https://github.com/urfave/cli/pull/1257
Full Changelog: https://github.com/urfave/cli/compare/v2.14.2...v2.15.0
v2.14.2
What's Changed
- Update version of codecov action by @meatballhat in https://github.com/urfave/cli/pull/1480
- Add a few notes to release docs by @meatballhat in https://github.com/urfave/cli/pull/1479
Full Changelog: https://github.com/urfave/cli/compare/v2.14.1...v2.14.2
v2.14.1
What's Changed
- Fix:(issue_1272) Generic flag not set from env by @dearchap in https://github.com/urfave/cli/pull/1458
- GitHub Workflows security hardening by @sashashura in https://github.com/urfave/cli/pull/1469
New Contributors
- @sashashura made their first contribution in https://github.com/urfave/cli/pull/1469
Full Changelog: https://github.com/urfave/cli/compare/v2.14.0...v2.14.1
v2.14.0
What's Changed
- Update v2 dead link by @abousselmi in https://github.com/urfave/cli/pull/1466
- Fix:(issue_1293) Wrap usage text for commands by @dearchap in https://github.com/urfave/cli/pull/1460
- Add App.InvalidFlagAccessHandler by @icholy in https://github.com/urfave/cli/pull/1446
New Contributors
- @abousselmi made their first contribution in https://github.com/urfave/cli/pull/1466
- @icholy made their first contribution in https://github.com/urfave/cli/pull/1446
Full Changelog: https://github.com/urfave/cli/compare/v2.13.0...v2.14.0
v2.13.0
What's Changed
- Fix:(issue_1094) Dont execute Before/After handlers during shell comp… by @dearchap in https://github.com/urfave/cli/pull/1457
- Fix:(issue_1455) Allow bool flags from input altsrc by @dearchap in https://github.com/urfave/cli/pull/1456
- Add configurable Base to int, uint and uint64 flags by @ccremer in https://github.com/urfave/cli/pull/1464
- fix: allow required flag with one character by @Gerrard-YNWA in https://github.com/urfave/cli/pull/1449
- Add support for alias in YAMLs by @james-prysm in https://github.com/urfave/cli/pull/1448
New Contributors
- @ccremer made their first contribution in https://github.com/urfave/cli/pull/1464
- @Gerrard-YNWA made their first contribution in https://github.com/urfave/cli/pull/1449
- @james-prysm made their first contribution in https://github.com/urfave/cli/pull/1448
Full Changelog: https://github.com/urfave/cli/compare/v2.12.3...v2.13.0
v2.12.3
What's Changed
- issue_62: Make slice options more posix like by @dearchap in https://github.com/urfave/cli/pull/1454
- Move genflags tool to cmd/ and pin to previous release by @meatballhat in https://github.com/urfave/cli/pull/1451
- Shift supported go versions by @meatballhat in https://github.com/urfave/cli/pull/1452
- docs: split documentation into individual pages by @hay-kot in https://github.com/urfave/cli/pull/1453
New Contributors
- @hay-kot made their first contribution in https://github.com/urfave/cli/pull/1453
Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.3
v2.12.2
What's Changed
- issue_62: Make slice options more posix like by @dearchap in https://github.com/urfave/cli/pull/1454
- Move genflags tool to cmd/ and pin to previous release by @meatballhat in https://github.com/urfave/cli/pull/1451
- Shift supported go versions by @meatballhat in https://github.com/urfave/cli/pull/1452
- docs: split documentation into individual pages by @hay-kot in https://github.com/urfave/cli/pull/1453
New Contributors
- @hay-kot made their first contribution in https://github.com/urfave/cli/pull/1453
Full Changelog: https://github.com/urfave/cli/compare/v2.12.1...v2.12.2
v2.12.1
Full Changelog: https://github.com/urfave/cli/compare/v2.11.5...v2.12.1
v2.12.0
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.12.0
v2.11.5
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.5
v2.11.4
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.4
v2.11.3
Full Changelog: https://github.com/urfave/cli/compare/v2.11.2...v2.11.3
v2.11.2
What's Changed
- Fix HideHelp by @Dokiys in https://github.com/urfave/cli/pull/1445
- Fix After not run by @Dokiys in https://github.com/urfave/cli/pull/1444
New Contributors
- @Dokiys made their first contribution in https://github.com/urfave/cli/pull/1445
Full Changelog: https://github.com/urfave/cli/compare/v2.11.1...v2.11.2
v2.11.1
What's Changed
- Fix timestamp flag error when using help by @hmiyado in https://github.com/urfave/cli/pull/1439
New Contributors
- @hmiyado made their first contribution in https://github.com/urfave/cli/pull/1439
Full Changelog: https://github.com/urfave/cli/compare/v2.11.0...v2.11.1
v2.11.0
What's Changed
- feature: add DefaultCommand field to App by @jalavosus in https://github.com/urfave/cli/pull/1388
- accept timezone for timestamps by @julian7 in https://github.com/urfave/cli/pull/1432
- Approve v2 addition of App.DefaultCommand by @meatballhat in https://github.com/urfave/cli/pull/1426
New Contributors
- @jalavosus made their first contribution in https://github.com/urfave/cli/pull/1388
- @julian7 made their first contribution in https://github.com/urfave/cli/pull/1432
Full Changelog: https://github.com/urfave/cli/compare/v2.10.3...v2.11.0
v2.10.3
What's Changed
- Clean up the v2 manual a bit by @meatballhat in https://github.com/urfave/cli/pull/1421
- Fix list formatting in v2 manual by @meatballhat in https://github.com/urfave/cli/pull/1423
Full Changelog: https://github.com/urfave/cli/compare/v2.10.2...v2.10.3
v2.10.2
What's Changed
- Update dependencies to latest by @meatballhat in https://github.com/urfave/cli/pull/1417
- Remove temporary go mod workaround by @meatballhat in https://github.com/urfave/cli/pull/1418
Full Changelog: https://github.com/urfave/cli/compare/v2.10.1...v2.10.2
v2.10.1
What's Changed
- Upgrade gopkg.in/yaml to v3 by @jszwedko in https://github.com/urfave/cli/pull/1415
Full Changelog: https://github.com/urfave/cli/compare/v2.10.0...v2.10.1
v2.10.0
What's Changed
- Add word-wrap support, with wrap length provided by the user by @mostynb in https://github.com/urfave/cli/pull/1119
Full Changelog: https://github.com/urfave/cli/compare/v2.9.0...v2.10.0
v2.9.0
What's Changed
- Fix 'repetetive' typo by @mostynb in https://github.com/urfave/cli/pull/1402
- Add some missing go.sum entries needed with 1.16.x by @meatballhat in https://github.com/urfave/cli/pull/1407
- Add SliceFlag wrapper and fix bugs in existing implementations by @joeycumines in https://github.com/urfave/cli/pull/1409
- Update the v2 docs since merging #1409 by @meatballhat in https://github.com/urfave/cli/pull/1412
New Contributors
- @joeycumines made their first contribution in https://github.com/urfave/cli/pull/1409
Full Changelog: https://github.com/urfave/cli/compare/v2.8.1...v2.9.0
v2.8.1
What's Changed
- Run docs tests against current work tree by @meatballhat in https://github.com/urfave/cli/pull/1403
- Remove GPL2 dependency introduced in v2.7.0 by @AkihiroSuda in https://github.com/urfave/cli/pull/1405
Full Changelog: https://github.com/urfave/cli/compare/v2.8.0...v2.8.1
v2.8.0
What's Changed
- Add flag category support (#796) by @michaeljs1990 / @meatballhat in https://github.com/urfave/cli/pull/1368
- Introduce override hooks for suggestions by @meatballhat in https://github.com/urfave/cli/pull/1396
- Point to the docs tree and site from top-level README by @meatballhat in https://github.com/urfave/cli/pull/1399
Full Changelog: https://github.com/urfave/cli/compare/v2.7.2...v2.8.0
v2.7.2
What's Changed
- Auto-detect zsh via
SHELL
(#1218) by @z0rc / @meatballhat in https://github.com/urfave/cli/pull/1350 - Merging mostynb report source of parse errors by @meatballhat in https://github.com/urfave/cli/pull/1354
- Report the source of a value when we cannot parse it by @mostynb in https://github.com/urfave/cli/pull/1168
- Add a security policy document by @meatballhat in https://github.com/urfave/cli/pull/1365
Full Changelog: https://github.com/urfave/cli/compare/v2.7.1...v2.7.2
v2.7.1
What's Changed
- Docs publishing fixes by @meatballhat in https://github.com/urfave/cli/pull/1400
Full Changelog: https://github.com/urfave/cli/compare/v2.7.0...v2.7.1
v2.7.0
What's Changed
- Generate flag types (again?) by @meatballhat in https://github.com/urfave/cli/pull/1382
- Introduce a v2.x semver approval gate by @meatballhat in https://github.com/urfave/cli/pull/1385
- Generate RequiredFlag and VisibleFlag implementations by @meatballhat in https://github.com/urfave/cli/pull/1393
- Mkdocs setup by @meatballhat in https://github.com/urfave/cli/pull/1392
- Add suggestions support (#977) by @meatballhat in https://github.com/urfave/cli/pull/1390
- Add suggestions support by @saschagrunert in https://github.com/urfave/cli/pull/977
Full Changelog: https://github.com/urfave/cli/compare/v2.6.0...v2.7.0
v2.6.0
What's Changed
- Simplified flag value access by @toaster in https://github.com/urfave/cli/pull/1367
New Contributors
- @toaster made their first contribution in https://github.com/urfave/cli/pull/1367
Full Changelog: https://github.com/urfave/cli/compare/v2.5.1...v2.6.0
v2.5.1
What's Changed
- Cleaning up some release-related metadata & docs by @meatballhat in https://github.com/urfave/cli/pull/1371
- Accept multi-value input on slice flags (#1241) by @meatballhat in https://github.com/urfave/cli/pull/1377
- Accept multi-value input on slice flags by @vipally in https://github.com/urfave/cli/pull/1241
**Full
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get
command, which resulted in the following additional change(s):
- 1 additional dependency was updated
Details:
Package | Change |
---|---|
github.com/cpuguy83/go-md2man/v2 |
v2.0.1 -> v2.0.4 |