File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # 1.3.0-M2: April 1, 2015
2+
3+ - not in fact an April Fool's joke. Unless it's broken. Then it
4+ was.
5+ - this is an ABI-not-guaranteed beta release in advance
6+ of 1.3.0. Please see the notes for 1.3.0-M1 below for warnings,
7+ caveats, and the bulk of what's changed since 1.2.1.
8+ - this release churns the internals a good bit since 1.3.0-M1,
9+ so would benefit from your testing efforts.
10+
11+ New API (since 1.3.0-M1):
12+
13+ - added Config.hasPathOrNull
14+ - added Config.getIsNull
15+ - added parser.ConfigDocument which supports simple load/edit/save
16+ on a config file. For now, the only allowed edits are
17+ removing/replacing values. This was a major effort (redoing the
18+ whole parser), implemented by Preben Ingvaldsen.
19+
20+ Fixes:
21+
22+ - added missing @since tags to javadoc
23+ - fixed obscure bug in converting to camel case when instantiating
24+ beans
25+
26+ Thank you to contributors with commits since v1.3.0-M1 tag:
27+
28+ - Glen Ford
29+ - Jay McCure
30+ - Preben Ingvaldsen
31+
132# 1.3.0-M1: March 6, 2015
233
334- this is an ABI-not-guaranteed beta release in advance
You can’t perform that action at this time.
0 commit comments