CHANGELOG.md

# Changelog

## [1.0.1](https://github.com/doomspork/cobblestone/compare/v1.0.0...v1.0.1) (2025-08-06)


### Bug Fixes

* Missing src/ directory in release ([45609a9](https://github.com/doomspork/cobblestone/commit/45609a9c54a52ff5222b071a687c796566c02024))

## 1.0.0 (2025-08-06)


### Features

* add pipe operator support for chaining queries ([77d271a](https://github.com/doomspork/cobblestone/commit/77d271af1ca4a53305086c678f42d1b9681eaf4b))
* enhance error handling and add Elixir-native integration ([edc4768](https://github.com/doomspork/cobblestone/commit/edc476810af8de8bfccd902558cab5dac91f2bc1))
* implement array/object iterator [] for iterating collections ([04bd468](https://github.com/doomspork/cobblestone/commit/04bd46819b607a6e5d0934cb1959d5be955cc4a0))
* implement identity filter (.) for returning entire structure ([9ee6c8f](https://github.com/doomspork/cobblestone/commit/9ee6c8f94a15c53a8002b3280e0d6959f09d33ea))
* implement object and array construction ([c680434](https://github.com/doomspork/cobblestone/commit/c6804345105e78501d59af3af508151fdd7c28d8))
* implement select() and map() functions for data transformation ([7ea32e3](https://github.com/doomspork/cobblestone/commit/7ea32e314191c16fda24d90c0171461e2343ad93))


### Bug Fixes

* compiler warnings ([55a15af](https://github.com/doomspork/cobblestone/commit/55a15af5c8a0585d80bef33bef3b067ef221e409))