-
Notifications
You must be signed in to change notification settings - Fork 4
/
changelog.yml
26 lines (26 loc) · 918 Bytes
/
changelog.yml
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
versions:
"2.0.0":
changed:
- "Changed the description delimeter to a semicolon"
added:
- "Added a new suite of tests"
- "Added Travis CI"
"1.2.0":
added:
- "Added support for the end of arguments marker (--)"
- "Added default values for arguments that aren't passed"
- "Added a usage output"
- "Added some simple tests"
"1.1.0":
changed:
- "General code and documentation improvements"
- "The parser will now run if accessed directly"
"1.0.2":
added:
- "Added the standard argc and argv variables"
- "Made the parser fail by default if unknown arguments are passed"
"1.0.1":
added:
- "Added support for numeric arguments"
- "Added support for using = to assign an arguments value"
"1.0.0":