Releases: urfave/cli
Releases · urfave/cli
v2.26.0
What's Changed
- Bash completion nits by @meatballhat in #1762
- Chore: Rename mkdocs requirements file name by @dearchap in #1776
- Fix:(issue_1787) Add fix for commands not listed when hide help comma… by @dearchap in #1788
- Fix nil HelpFlag panic (v2) by @wxiaoguang in #1795
- Always get 0 for a nested int64 value in v2.25.7 by @stephenfire in #1799
- Helper messages for documenting build process by @abitrolly in #1800
- fix: check duplicated sub command name and alias by @linrl3 in #1805
- Fix:(issue_1689) Have consistent behavior for default text in man and… by @dearchap in #1825
- Fix linting issues by @skelouse in #1696
New Contributors
- @stephenfire made their first contribution in #1799
- @linrl3 made their first contribution in #1805
Full Changelog: v2.25.7...v2.26.0
v3.0.0-alpha4
What's Changed
- Add some clarity around available versions and level of support by @meatballhat in #1744
- Feat: Add value source by @dearchap in #1745
- Fix:(issue_1644) Run persistent flag action by @dearchap in #1742
- Document slice flags as part of examples (v3) by @carhartl in #1750
- Consolidate all
App
code intoCommand
by @meatballhat in #1746 - Output usage errors to ErrWriter by @kke in #1758
- Some docs housekeeping and minor cleanups by @meatballhat in #1752
- Reworking value source API by @meatballhat in #1760
- Collapse
int64
andint
flag types by @meatballhat in #1765
New Contributors
Full Changelog: v3.0.0-alpha3...v3.0.0-alpha4
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 #1747
- Update dependencies for v2 by @meatballhat in #1749
- Document slice flags as part of examples (v2) by @carhartl in #1751
Full Changelog: v2.25.5...v2.25.6
v1.22.14
What's Changed
- Update dependencies for v1 by @meatballhat in #1748
Full Changelog: v1.22.13...v1.22.14
v2.25.5
What's Changed
Full Changelog: v2.25.4...v2.25.5
v2.25.4
What's Changed
- Bug/fix issue 1703 by @jojje in #1728
- Fix:(issue_1734) Show categories for subcommands by @dearchap in #1735
- Fix:(issue_1610). Keep RunAsSubcommand behaviour as before by @dearchap in #1736
- Fix:(issue_1731) Add fix for checking if aliases are set by @dearchap in #1732
- Fix func name referenced in doc comment by @meatballhat in #1738
New Contributors
Full Changelog: v2.25.3...v2.25.4
Release 3.0.0-alpha3
What's Changed
- Fix some issues in bash autocompletion by @MrNaif2018 in #1674
- Adjust sub-command template to properly output sub-sub-command placeholder. by @aryounce in #1683
- Clean up some documentation by @docwhat in #1688
- Shift tested Go versions by @meatballhat in #1691
- Updated badges for v3 by @meatballhat in #1665
- Fix linting issues by @skelouse in #1694
- v3 Add integration with golangci-lint by @skelouse in #1697
- Add makezero linter by @avorima in #1705
- fix some broken links in docs by @doooks in #1698
- Feat: Added tabular markdown writer by @tarampampam in #1722
New Contributors
- @aryounce made their first contribution in #1683
- @docwhat made their first contribution in #1688
- @doooks made their first contribution in #1698
- @tarampampam made their first contribution in #1722
Full Changelog: v3.0.0-alpha2...v3.0.0-alpha3
v2.25.3
What's Changed
- Fix
incorrectTypeForFlagError
for unknowns by @danhunsaker in #1708
New Contributors
- @danhunsaker made their first contribution in #1708
Full Changelog: v2.25.2...v2.25.3