File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1+ v2.0.0 (2014-10-23)
2+ -------------------
3+ - Simplified AST; node per operator replaced with just ComparisonNode.
4+ - Simplified support for custom operators; the RSQLNodesFactory is no longer needed.
5+ - The RSQLParserException changed to inherit from the RuntimeException.
6+ - Added withSelector/withArguments/withChildren methods to the AST nodes.
7+ - Tests improved.
8+
19v2.0.M1 (2014-03-20)
210-------------------
311- JavaCC grammar, all the code and tests completely rewritten.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Released versions are available in The Central Repository. Just add this artifac
130130<dependency >
131131 <groupId >cz.jirutka.rsql</groupId >
132132 <artifactId >rsql-parser</artifactId >
133- <version >2.0.M1 </version >
133+ <version >2.0.0 </version >
134134</dependency >
135135```
136136
Original file line number Diff line number Diff line change 1515
1616 <groupId >cz.jirutka.rsql</groupId >
1717 <artifactId >rsql-parser</artifactId >
18- <version >2.0-SNAPSHOT </version >
18+ <version >2.0.0 </version >
1919 <packaging >jar</packaging >
2020
2121 <name >RSQL-parser</name >
5252 <url >https://travis-ci.org/jirutka/rsql-parser</url >
5353 </ciManagement >
5454
55+ <issueManagement >
56+ <system >github</system >
57+ <url >https://github.com/jirutka/rsql-parser/issues</url >
58+ </issueManagement >
59+
5560
5661 <!-- //////////////////// DEPENDENCIES ////////////////////-->
5762
You can’t perform that action at this time.
0 commit comments