1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-04-30 04:33:53 +00:00

adding most recent change to changelog

This commit is contained in:
Henry Schreiner 2018-06-27 18:24:06 +02:00 committed by Henry Schreiner
parent a63609102a
commit ae62b4e3a5

View File

@ -45,6 +45,7 @@ Other changes:
* Removed `set_` from App's `failure_message`, `footer`, `callback`, and `name`. [#136] * Removed `set_` from App's `failure_message`, `footer`, `callback`, and `name`. [#136]
* Fixed support `N<-1` for `type_size`. [#140] * Fixed support `N<-1` for `type_size`. [#140]
* Added `->each()` to make adding custom callbacks easier. [#126] * Added `->each()` to make adding custom callbacks easier. [#126]
* Allow empty options `add_option("-n",{})` to be edited later with `each` [#142]
* Added filter argument to `get_subcommands`, `get_options`; use empty filter `{}` to avoid filtering. * Added filter argument to `get_subcommands`, `get_options`; use empty filter `{}` to avoid filtering.
* Added `get_groups()` to get groups. * Added `get_groups()` to get groups.
* Better support for manual options with `get_option`, `set_results`, and `empty`. [#119] * Better support for manual options with `get_option`, `set_results`, and `empty`. [#119]
@ -77,6 +78,7 @@ Backend and testing changes:
[#138]: https://github.com/CLIUtils/CLI11/pull/138 [#138]: https://github.com/CLIUtils/CLI11/pull/138
[#140]: https://github.com/CLIUtils/CLI11/pull/140 [#140]: https://github.com/CLIUtils/CLI11/pull/140
[#141]: https://github.com/CLIUtils/CLI11/pull/141 [#141]: https://github.com/CLIUtils/CLI11/pull/141
[#142]: https://github.com/CLIUtils/CLI11/pull/142
[nlohmann/json]: https://github.com/nlohmann/json [nlohmann/json]: https://github.com/nlohmann/json