Releases: rust-playground/ksql
Releases · rust-playground/ksql
Release 1.0.0
Release 0.12.0
better coersions (#17) ## [0.12.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.11.0
v0.11.0 Custom coercions (#16)
Release 0.10.0
Add _string_ & _number_ COERCE types (#15) Add `_string_` & `_number_` COERCE types.
release 0.9.1
v0.9.1 fix AND & OR (#14)
Release 0.9.0
v0.9.0 Additions (#13)
Release 0.8.0
Coerce additions (#11) * Add _lowercase_ COERCE
Release 0.6.1
v0.6.1 fix exponential number parsing (#8)
Release 0.5.0
v0.5.0 Additions and Fixes (#6)
Release 0.4.1
Merge pull request #5 from rust-playground/fix-array-parsing Fix array parsing error