Releases: go-playground/ksql
Releases · go-playground/ksql
Release 1.0.0
Release 0.9.0
enhance coersion support (#16) ## [0.9.0] - 2023-06-17 ### Changed - Function signature of custom coercions to allow parsing more complex coercions types such as substr. ### Added - Added new `_substr_[n:n]` COERCE identifier.
Release 0.8.0
v0.8.0 Custom coercions (#15)
Release 0.7.0
v0.7.0 Add _string_ & _number_ COERCE types (#14)
Release 0.6.1
v0.6.1 fix AND evaluating RHS if LHS is false (#13)
Release 0.6.0
v0.6.0 Additions (#12)
Release 0.5.1
v0.5.1 Fixed CONTAINS_ANY for string contains comparisons with slice/array. …
Release 0.5.0
v0.5.0 Add _lowercase_ identifier (#10)
Release 0.4.0
v0.4.0 Extend contains (#9)
Release 0.3.2
v0.3.2 fix && and || expression chaining (#8)