Releases: SoftCreatR/JSONPath
Releases · SoftCreatR/JSONPath
0.5.1
Give it a version number
0.7.2
Release 0.7.2 + Fixed query/selector "Array Slice With Start Large Negative Number And Open End On Short Array" (#7) + Fixed query/selector "Union With Keys" (#22) + Fixed query/selector "Dot Notation After Union With Keys" (#15) + Fixed query/selector "Union With Keys After Array Slice" (#23) + Fixed query/selector "Union With Keys After Bracket Notation" (#24) + Fixed query/selector "Union With Keys On Object Without Key" (#25)
0.7.1
Release 0.7.1 + Fixed issues with empty tokens ([''] and [""]) + Fixed TypeError in AccessHelper::keyExists + Improved QueryTest
0.7.0
🔻 Breaking changes ahead:
- Made JSONPath::__construct final
- Added missing type hints
- Partially reduced complexity
- Performed some code optimizations
- Updated composer.json for proper PHPUnit/PHP usage
- Added support for regular expression operator (
=~
) - Added QueryTest to perform tests against all queries from https://cburgmer.github.io/json-path-comparison/
- Switched Code Style from PSR-2 to PSR-12
0.6.4
Release 0.6.4 - Added support for `nin` operator - Added support for greater than or equal operator (`>=`) - Added support for less or equal operator (`<=`)
0.6.3
Release 0.6.3
0.6.2
Added support for PHP 7.1
0.6.1
Merge branch 'main' of github.com:SoftCreatR/JSONPath into main
0.6.0
initial commit 🚀