Skip to content

v2.0.1

Choose a tag to compare

@1biot 1biot released this 08 Apr 11:38
· 148 commits to main since this release

πŸ“¦ Release v2.0.1 – Maintenance & Feature Enhancements

This patch release brings a mix of fixes and quality-of-life improvements to FiQueLa's core query engine and data accessor logic:

✨ Improvements

  • Associative array support in []->key access
    The nested accessor now treats associative arrays as single-item lists, ensuring consistent behavior during iteration.

  • New SQL Function: COMBINE
    A new COMBINE(array1, array2) function is available to merge two arrays

πŸ› Fixes

  • EXCLUDE clause parsing
    Resolved a bug where queries using EXCLUDE were not parsed correctly in certain contexts.

  • Constants over strings in SQL parser
    Replaced hardcoded strings with named constants for better maintainability and code clarity.