Releases: Humminghead/GetoptPlusPlus
Releases · Humminghead/GetoptPlusPlus
1.0.3
Handler behavior was modified:
- ConsoleOptionsHandler::AddKey function return 'false' if key already exists
- ConsoleOptionsHandler::ProcessArgument return 'false' if long option passed with worng number of the '-'
Example in README.md was updated.
The CMake option GETOPT_PP_BUILD_EXAMPLE for enabling the example was added.
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Build without installation was fixed by @Humminghead in #2
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
- Build for gcc-11 and later was fixed by @Humminghead in #1
New Contributors
- @Humminghead made their first contribution in #1
Full Changelog: 1.0.0...1.0.1
1.0.0
Fix: If param has no arg - return false