Skip to content

Releases: magiruuvelvet/argparse-cpp

2.0.1

30 Oct 18:05
2a88a51

Choose a tag to compare

  • fix missing <cstring> include in argument.hpp

1.1.2

30 Oct 18:04
b582c00

Choose a tag to compare

  • fix missing <cstring> include in argument.hpp

2.0.0

04 Oct 19:03
20cf537

Choose a tag to compare

BREAKING CHANGE

Avoid matching empty strings in ArgumentParser::exists() method.

This can be considered a bug or a feature, depending on how you use this library.
Matching against empty strings is no longer possible, but it is also a breaking change.
For that reason the major version number was increased to 2.

1.1.1

26 Mar 17:01
968b64f

Choose a tag to compare

  • initial release