v3.0.0-alpha5
What's Changed
- Collapse
uint
anduint64
flag types by @meatballhat in #1768 - Rename
float64
types fromFloat64
toFloat
by @meatballhat in #1773 - Chore: Rename mkdocs requirements file name by @dearchap in #1777
- Feature: Add frogbot workflow by @dearchap in #1778
- Update frogbot-scan-and-fix.yml by @dearchap in #1782
- Remove markdown/man docs support by @meatballhat in #1779
- Refactor numberOfMissingFlags remove by @seipan in #1783
- Replace fmt.Sprintf's with strconv.Format's by @austinvazquez in #1786
- Feature: Add support for validation functions by @dearchap in #1785
- Collapse
Context
intoCommand
by @meatballhat in #1784 - Remove duplicate mkdocs requirements file by @meatballhat in #1790
- Fix nil HelpFlag panic (v3) by @wxiaoguang in #1796
- Make v3 examples runnable on pkg.go.dev by @matthewdale in #1812
- Remove redundant nil check in
LocalFlagNames
by @Juneezee in #1815 - Fix:(issue_1814) Fix completions for subcommands by @dearchap in #1824
New Contributors
- @seipan made their first contribution in #1783
- @austinvazquez made their first contribution in #1786
- @matthewdale made their first contribution in #1812
- @Juneezee made their first contribution in #1815
Full Changelog: v3.0.0-alpha4...v3.0.0-alpha5