Skip to content

Releases: nstdio/rsql-parser

v2.3.2

01 May 15:56
Compare
Choose a tag to compare

What's Changed

  • chore(perf): Avoid coping argument when invoking with methods. by @nstdio in 0bf773bb
  • chore(perf): Avoid coping node when invoking with same selector by @nstdio in 23d0a538

Full Changelog: v2.3.1...v2.3.2

v2.3.1

01 May 14:21
Compare
Choose a tag to compare

What's Changed

  • fix: ComparisonNode::toString throws NPE when argument list is empty. by @nstdio in ce7e64cb

Full Changelog: v2.3.0...v2.3.1

v2.3.0

01 May 13:20
Compare
Choose a tag to compare

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

Full Changelog: v2.2.1...v2.3.0