Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.55 KB

Changelog

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

Fixed

  • Invalid parse while combining AND and OR (#47)

0.3.0 - 2024-10-14

Changed

  • Use free functions (instead of staticmethods) in the Python API (#41)

0.2.0 - 2024-10-10

Added

  • Python bindings 🐍 (#30)
  • Docs (#36)

Changed

  • SqlQuery attributes are now public (#30)
  • Expr::to_json, Expr::to_json_pretty, and Expr::to_value now return Error instead of serde_json::Error (#37)
  • Removed Error::BoonCompile (#38)

0.1.0 - 2024-10-08

Initial release.