Releases: jessevdk/go-flags
Releases · jessevdk/go-flags
v1.6.1
v1.6.0
What's Changed
- ini: fix IniParser.write() for zero values by @sean- in #332
- fix a panic when generating help while the subcommand and all option groups are hidden by @bboozzoo in #354
- Help for positional args without allcmd.ArgsRequired dependent from arg.Required by @sv99 in #342
- Bump golang.org/x/sys from 0.0.0-20210320140829-1e4c9ba3b0c4 to 0.1.0 by @dependabot in #396
- Option to allow passing value to bool flag by @alexcb in #367
- Add support for SOURCE_DATE_EPOCH for TestMan by @anthonyfok in #376
- Update to run go-flags on AIX by @llrocha in #390
- Add option for key value delimiter by @anaprimawaty in #392
- Undersocre support for numbers (set default base for strconv.Parse* to 0) by @GRbit in #404
- docs: add ENV variable usage example by @cemremengu in #371
- Support per-command PassAfterNonOption by @woky in #393
- Upgrade by @jessevdk in #406
New Contributors
- @sean- made their first contribution in #332
- @sv99 made their first contribution in #342
- @dependabot made their first contribution in #396
- @alexcb made their first contribution in #367
- @anthonyfok made their first contribution in #376
- @llrocha made their first contribution in #390
- @anaprimawaty made their first contribution in #392
- @GRbit made their first contribution in #404
- @cemremengu made their first contribution in #371
- @woky made their first contribution in #393
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Add env namespace handling by @elwinar in #241
- Fix termsize in wasm arch by @matheusd in #268
- Support windows console width detection by @denisvmedia in #259
- Add Filepath directory completion by @jessevdk in #272
- Adding WroteHelp() helper by @iamgnat in #263
- Explain how to use choices by @timabell in #267
- Fix PassAfterNonOption not working with positional args by @hchargois in #211
- This fixes issue #269 and #270 by @chipaca in #271
- Fix issue #273 by @chipaca in #274
- Clarify that an error was expected but did not occur by @XenoPhex in #277
- Fix issue #275 by @chipaca in #276
- fix #278 by @chipaca in #279
- update path of golint install by @XenoPhex in #283
- Update README.md by @farbodsalimi in #292
- Added SOURCE_DATE_EPOCH for reproducible builds by @mnm678 in #285
- Allow passing value starting with - to custom option by @XenoPhex in #192
- completion: do not complete hidden commands by @bboozzoo in #312
- Use golang.org/x/sys/unix to determine terminal width by @tonyabbott in #308
- Flags.ErrorType implements error interface by @titusjaka in #319
- return err for invalid env default value by @vito in #334
- Fix writing INI and man pages for subcommands by @rupertchen in #296
- Add ability to programmatically add options to a group by @peterebden in #300
- ignore unknow ini section if IgnoreUnknown is set by @tg123 in #293
New Contributors
- @elwinar made their first contribution in #241
- @matheusd made their first contribution in #268
- @denisvmedia made their first contribution in #259
- @iamgnat made their first contribution in #263
- @timabell made their first contribution in #267
- @hchargois made their first contribution in #211
- @chipaca made their first contribution in #271
- @farbodsalimi made their first contribution in #292
- @mnm678 made their first contribution in #285
- @tonyabbott made their first contribution in #308
- @titusjaka made their first contribution in #319
- @vito made their first contribution in #334
- @rupertchen made their first contribution in #296
- @peterebden made their first contribution in #300
- @tg123 made their first contribution in #293
Full Changelog: v1.4.0...v1.5.0
Release version 1.4.0
- Remove use of syscall
- Remove unnecessary use of unsafe
Release version 1.3.0
- Improve multiple flag completion
- Various small fixes
Version 1.2.0
v1.2.0 Release version 1.2.0
Release version 1.1.0
v1.1.0 Release version 1.1.0
Release version 1.1
v1.1 Release version 1.1
Release version 1
v1 Version 1
Version 0.1
v0.1 Wrap command long description