Skip to content

v0.9.6

Compare
Choose a tag to compare
@sjoerdmulder sjoerdmulder released this 03 Apr 10:55
· 632 commits to master since this release
  • IMPORTANT This release contains some important fixes concerning brackets ( ) in combination with AND and OR logical operators. We highly recommended to update to this version so that conditions are executed correctly!
  • BREAKING Removed the TableColumn.AnyTableColumn type alias; Use the Column trait instead.
  • Scala 2.13 support
  • Adding has, hasAny and hasAll array operators.