Changelog

View Source

1.0.1 (2025-08-06)

Bug Fixes

  • Missing src/ directory in release (45609a9)

1.0.0 (2025-08-06)

Features

  • add pipe operator support for chaining queries (77d271a)
  • enhance error handling and add Elixir-native integration (edc4768)
  • implement array/object iterator [] for iterating collections (04bd468)
  • implement identity filter (.) for returning entire structure (9ee6c8f)
  • implement object and array construction (c680434)
  • implement select() and map() functions for data transformation (7ea32e3)

Bug Fixes