Skip to content

v1.0.3

Choose a tag to compare

@davidhoo davidhoo released this 16 Dec 08:05
· 56 commits to main since this release

What's New

  • Enhanced filter expressions
    • Full support for logical operators (&&, ||, !)
    • Proper handling of complex filter conditions
    • Support for De Morgan's Law in negated expressions
    • Improved numeric and string comparisons
    • Better error messages
  • Improved API design
    • New simplified Query function for easier usage
    • Deprecated Compile/Execute in favor of Query
    • Better error handling and reporting
  • Updated examples
    • New examples demonstrating logical operators
    • Updated code to use new Query function
    • Fixed UTF-8 encoding issues in examples