Skip to content

Releases: SoftCreatR/JSONPath

0.5.1

02 Nov 12:59
Compare
Choose a tag to compare
Give it a version number

0.7.2

27 Oct 11:38
Compare
Choose a tag to compare
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

26 Oct 21:49
Compare
Choose a tag to compare
Release 0.7.1

+ Fixed issues with empty tokens ([''] and [""])
+ Fixed TypeError in AccessHelper::keyExists
+ Improved QueryTest

0.7.0

21 Oct 13:14
Compare
Choose a tag to compare

🔻 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

18 Oct 06:37
Compare
Choose a tag to compare
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

17 Oct 02:58
Compare
Choose a tag to compare
Release 0.6.3

0.6.2

14 Oct 22:53
Compare
Choose a tag to compare
Added support for PHP 7.1

0.6.1

11 Oct 00:55
Compare
Choose a tag to compare
Merge branch 'main' of github.com:SoftCreatR/JSONPath into main

0.6.0

11 Oct 00:23
Compare
Choose a tag to compare
initial commit 🚀