Releases: nstdio/rsql-parser
Releases · nstdio/rsql-parser
v2.3.2
v2.3.1
v2.3.0
What's Changed
- feat: Add support for operators without arguments
=null=
,=notnull=
. by @nstdio in #10 - feat: Allow
=in=
and=out=
operators to have no arguments. by @nstdio in 44984db - chore(perf): Use
Collections::singletonList
when single argument is matched.by @nstdio in daf29a8d - build(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.16.1 by @dependabot in #20
- build(deps): bump org.javacc.javacc from 3.0.0 to 3.0.2 by @dependabot in #14
- build(deps): bump org.spockframework:spock-core from 2.4-M1-groovy-4.0 to 2.4-M4-groovy-4.0 by @dependabot in #16
- build(deps): bump gradle/wrapper-validation-action from 1 to 3 by @dependabot in #12
- build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #19
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #17
- build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #15
- build(deps): bump org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2 by @dependabot in #11
- build(deps): bump org.junit.jupiter:junit-jupiter-api from 5.10.1 to 5.10.2 by @dependabot in #18
- build(deps): bump io.github.gradle-nexus.publish-plugin from 1.3.0 to 2.0.0 by @dependabot in #13
New Contributors
- @dependabot made their first contribution in #20
Full Changelog: v2.2.1...v2.3.0