Packages

An RFC-9535 compliant JSONPath evaluator in pure Elixir

Current section

Files

Jump to
json_path CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## 0.1.2 [2025-05-26]
- fix: `match` function where regex contains capturing groups
## 0.1.1 [2025-05-24]
- fix: allow for any comparison in filters, including literals on both sides, for example `$[?(1 == 1)]`
## 0.1.0 [2025-05-24]
- Initial working version