Skip to content

Releases: SoftCreatR/JSONPath

0.7.6

Choose a tag to compare

@SoftCreatR SoftCreatR released this 27 Sep 09:27

Full Changelog: 0.7.5...0.7.6

0.8.0

Choose a tag to compare

@SoftCreatR SoftCreatR released this 31 Jan 14:23

Full Changelog: 0.7.5...0.8.0

0.7.5

Choose a tag to compare

@SoftCreatR SoftCreatR released this 02 Jun 22:15
0.7.5

0.7.4

Choose a tag to compare

@SoftCreatR SoftCreatR released this 07 May 14:32
Removed PHPUnit from conflicting packages

0.7.3

Choose a tag to compare

@SoftCreatR SoftCreatR released this 08 Mar 14:18
e3ae751
Update CHANGELOG.md

0.5.1

Choose a tag to compare

@SoftCreatR SoftCreatR released this 02 Nov 12:59
Give it a version number

0.7.2

Choose a tag to compare

@SoftCreatR SoftCreatR released this 27 Oct 11:38
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

Choose a tag to compare

@SoftCreatR SoftCreatR released this 26 Oct 21:49
Release 0.7.1

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

0.7.0

Choose a tag to compare

@SoftCreatR SoftCreatR released this 21 Oct 13:14

🔻 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

Choose a tag to compare

@SoftCreatR SoftCreatR released this 18 Oct 06:37
Release 0.6.4

 - Added support for `nin` operator
 - Added support for greater than or equal operator (`>=`)
 - Added support for less or equal operator (`<=`)