You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
ParserToolsTmp
2
2
==============
3
-
version: 0.10.0
3
+
version: 0.10.1
4
4
5
5
In progress C#/Java/TypeScript parser tools built atop [JTextParser] (https://github.com/TeamworkGuy2/JTextParser), [Jackson] (https://github.com/FasterXML/jackson-core/) (core, databind, annotations) and half a dozen other utility libraries.
Copy file name to clipboardexpand all lines: versions.md
+11-1
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,20 @@
1
1
--------
2
2
####0.10.0
3
-
date: 2016-4-12
3
+
date: 2016-4-13
4
4
5
5
commit: ?
6
6
7
+
* Fixed minor bug in annotation named parameter parsing when annotation only had one parameter
8
+
9
+
10
+
--------
11
+
####0.10.0
12
+
date: 2016-4-12
13
+
14
+
commit: 3e8a324ccada6af273339e6f29ae569795e3abcd
15
+
7
16
* Added better annotation parsing, including support for negative numbers as arguments
17
+
* Fixed ParserWorkflow to generate and group all results by destination file before writing (previously a writer was opened in overwrite mode for each destination group, thereby overwriting data written to the same file by a previous destination group during the same program execution)
8
18
* Added CodeFragment which extends 'DocumentFragmentText<CodeFragmentType>' so don't have to keep typing that every time, updated most of the code to use CodeFragment
9
19
* Added OperatorUtil and Operator (with C# and Java implementation enums) similar to the existing Keyword enums
10
20
* Refactored how we use EnumSubSet and enum sub-categorization
0 commit comments