All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.3.1 - 2024-11-14
- Invalid parse while combining AND and OR (#47)
0.3.0 - 2024-10-14
- Use free functions (instead of staticmethods) in the Python API (#41)
0.2.0 - 2024-10-10
SqlQuery
attributes are now public (#30)Expr::to_json
,Expr::to_json_pretty
, andExpr::to_value
now returnError
instead ofserde_json::Error
(#37)- Removed
Error::BoonCompile
(#38)
0.1.0 - 2024-10-08
Initial release.