All notable changes to this project will be documented in this file.
0.2.0 [2025-05-29]
- fix:
matchfunction returning false when a substring is also valid - feat: Add
JSONPath.build!/1andJSONPath.evaluate!/2 - internal: pre-compile regular expressions in
matchandsearchwhen a string is provided for better performance
0.1.2 [2025-05-26]
- fix:
matchfunction 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