-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
41 lines (33 loc) · 1.25 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
Version 0.5.0 (2018-05-03)
--------------------------
- Upgraded to Scala 2.12, SBT 1.1.2, and upgraded several dependency versions.
Thanks to @intracer for help!
- No API changes.
Version 0.4.0 (2016-01-02)
--------------------------
- Reworked the API for invoking the parsing. There is now a `process` method
which automatically handles printing the help message, when the user requests
help or an invalid option is specified, then exiting.
- Reorganized the project into a "core", which is the released library, and an
"examples" project, which currently consists only of `CLASampleMain.scala`.
Version 0.3.3 (2015-11-27)
--------------------------
- Fixed regression in 0.3.2.
Version 0.3.2 (2015-11-27)
--------------------------
- Updated to Scala 2.10.5 and 2.11.7, SBT 0.13.9.
Version 0.3.0 (2015-02-14)
--------------------------
- String "DSL" now parsed with a Parboiled parser.
- Internal refactoring and simplification.
Version 0.2.1 (2015-01-15)
--------------------------
- Scala 2.11.4 and 2.10.4 support.
- Added the concept of required vs. "optional" options.
Version 0.2.0 (2015-01-15)
--------------------------
- First public release
- Added a "path" type option.
Version 0.1.0 (2015-01-15)
--------------------------
- Initial private release.