v0.9.6
- IMPORTANT This release contains some important fixes concerning brackets
(
)
in combination withAND
andOR
logical operators. We highly recommended to update to this version so that conditions are executed correctly! - BREAKING Removed the
TableColumn.AnyTableColumn
type alias; Use theColumn
trait instead. - Scala 2.13 support
- Adding
has
,hasAny
andhasAll
array operators.