-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
65 lines (38 loc) · 1.69 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This is CHANGELOG file for 'Command line parameters parser (CLPP)' library.
Last update: October 28, 2010
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2.0.1 --> 2.0.2
- Change license from LGPL to MIT.
2.0 --> 2.0.1
- Fix bug with member-function without argument.
- Add experimental support of 'e-mail' semantic.
1.0 --> 2.0
- Fix many bugs.
- Full refactoring of source code.
- Adding support of all standard types for parameters with value. See documentation.
- Adding support of 'const' member-function for parameters. See documentation.
- Error notifications correction.
- Documentation, comments and examples full correction.
1.0rc2 --> 1.0
- Add support of "unnamed" parameters. See documentation.
- Adding more understandable error messages.
- Documentation correction.
1.0rc --> 1.0rc2
- Add ability of register function with POD-type argument in "canonical form". See documentation.
0.9.3 --> 1.0rc (Not full backward compatibility with prev. versions)
- Add ability of register function with non-string arguments,
with automatic check of value type. See documentation.
- Remove check_type() function.
- Documentation correction.
0.9.2 --> 0.9.3
- Add support of calling functions-members.
- Documentation correction.
0.9.1 --> 0.9.2
- Add 'example' folder with ready-to-use example of CLPP using.
- Some corrections in code (not bugfix).
- Documentation correction.
- Add some comments.
0.9 --> 0.9.1
- Replace 'or' and 'and' on '||' and '&&' respectively (VC++ don't understand these standard construction).
- Comment unused exception objects (for suppression of warnings in VC++).