-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGELOG
94 lines (55 loc) · 1.08 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
x.y.z
=====
Release date:
New features:
Bug fixes:
Other:
1.3.0
=====
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
=====
Release date:
Sun, 15 Oct 2023 22:29:51 +0300
New features:
* Fix GitHub Issue #1: Implement conflicting options
1.1.1
=====
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
=====
New features:
* Fix GitHub Issue #2: Configurable value names for help
* Add getter for help text
1.0.1
=====
Bug fixes:
* Fix include path in tests
1.0.0
=====
New features:
* Enable/disable tests on top level
* Build shared and static libs
Other:
* Documentation updates
0.0.1
=====
Initial release.
New features:
* Valueless options
* Single-value options
* Help generation