growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
7 stars 10 forks source link

Add support for version string comparison, and arrays in $in and $nin, and null equality check #27

Closed tinahollygb closed 1 year ago

tinahollygb commented 1 year ago

Adds the ability to compare version strings.

Also adds support for using arrays for $in and $nin comparisons, and null equality checks.

Closes #26