Releases: urfave/cli
Releases · urfave/cli
v2.23.10
What's Changed
- Doc:(issue_1593) Add flag category topic in docs (v2-maint) by @ovcharenko-di in #1653
Full Changelog: v2.23.9...v2.23.10
v2.23.9
What's Changed
- Fixes #1648 by @palsivertsen in #1649
New Contributors
- @palsivertsen made their first contribution in #1649
Full Changelog: v2.23.8...v2.23.9
v2.23.8
What's Changed
Full Changelog: v2.23.7...v2.23.8
v2.23.7
v2.23.6
What's Changed
- Disable slice flag separator by @feedmeapples in #1588
- Fix:(issue_1591) Use AppHelpTemplate instead of subcommand help template by @dearchap in #1608
Full Changelog: v2.23.5...v2.23.6
v1.22.12
v1.22.11
What's Changed
- Fix:(issue_1338) Fix behaviour of skip flag parsing if there are subc… by @dearchap in #1640
- Doc:(issue_1195) Add integration testing example in docs by @dearchap in #1641
- Fix:(issue_1142). Allow comma in altsrc flag names by @dearchap in #1645
- Run CI on
v1
series by @meatballhat in #1646
Full Changelog: v1.22.10...v1.22.11
v2.23.5
What's Changed
- Update x/text to 0.3.8 by @dirkmueller in #1571
- Update github actions events for v2-maint branch by @meatballhat in #1574
- Update dependencies in v2 series by @meatballhat in #1573
New Contributors
- @dirkmueller made their first contribution in #1571
Full Changelog: v2.23.4...v2.23.5
v2.23.4
v2.23.3
What's Changed
- Fix: Avoid duplication of help commands by @remiposo in #1565
- Feature:(issue_1550):Add support Int64Slice by read toml config file by @Edelweiss-Snow in #1551
New Contributors
- @remiposo made their first contribution in #1565
- @Edelweiss-Snow made their first contribution in #1551
Full Changelog: 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.