Skip to content

Releases: juzzlin/Argengine

1.3.0

14 Jan 15:05
Compare
Choose a tag to compare

Release date:

Sun, 14 Jan 2024 17:02:51 +0200

New features:

  • Fix GitHub Issue #6: Implement option groups
  • Add Argengine::options() for consistency

Other:

  • Unify type aliases: Use a single type OptionSet for all purposes
  • Improve documentation
  • Make printHelp() const

1.2.0

15 Oct 19:35
Compare
Choose a tag to compare

Release date:

Sun, 15 Oct 2023 22:29:51 +0300

New features:

  • Fix GitHub Issue #1: Implement conflicting options

1.1.1

06 Sep 18:35
Compare
Choose a tag to compare

Release date:

Tue, 06 Sep 2022 18:30:37 -0000

Bug fixes:

  • Fix typo in the unknown option error message

Other:

  • Fix GitHub Issue #5: Add documentation of option info texts
  • Update documentation of ex1

1.1.0

04 Mar 20:03
Compare
Choose a tag to compare

New features:

  • Fix GitHub Issue #2: Configurable value names for help
  • Add getter for help text

1.0.1

03 Mar 22:37
Compare
Choose a tag to compare

Bug fixes:

  • Fix include path in tests

1.0.0

03 Mar 22:27
Compare
Choose a tag to compare

New features:

  • CMake: Enable/disable tests on top level
  • CMake: Build shared and static libs

Other:

  • Documentation updates

0.0.1

01 Mar 18:44
Compare
Choose a tag to compare

Initial release.

New features:

  • Valueless options
  • Single-value options
  • Help generation