We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbe887 commit 4ef9f83Copy full SHA for 4ef9f83
CHANGELOG.adoc
@@ -2,6 +2,9 @@
2
:repo-uri: https://github.com/jirutka/rsql-parser
3
:issue-uri: {repo-uri}/issues
4
5
+== 2.3.4 (2025-07-28)
6
+* Node factory methods are not invoked through `NodesFactoryAccess` when `NodesFactory` is extended.
7
+
8
== 2.3.3 (2024-12-12)
9
* Memory optimizations when creating nodes from parser.
10
* Remove unnecessary skip term thus bit simplifying generated parser.
README.adoc
@@ -1,7 +1,7 @@
1
= RSQL / FIQL parser
Jakub Jirutka <https://github.com/jirutka[@jirutka]>
:name: rsql-parser
-:version: 2.3.3
+:version: 2.3.4
:mvn-group: io.github.nstdio
:gh-name: nstdio/{name}
:gh-branch: master
0 commit comments