Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Mar 23:37
· 829 commits to main since this release
d1518ee

Patch Changes

  • #17 0654780 Thanks @flyon! - Preserve nested array sub-select branches in canonical IR so build() emits complete traversals, projection fields, and resultMap entries for nested selections.

    This fixes cases where nested branches present in toRawInput().select were dropped during desugar/lowering (for example nested friends.select([name, hobby]) branches under another sub-select).

    Also adds regression coverage for desugar preservation, IR lowering completeness, and updated SPARQL golden output for nested query fixtures.