Skip to content

Releases: SoftCreatR/JSONPath

0.7.5

02 Jun 22:15

Choose a tag to compare

0.7.5

0.7.4

07 May 14:32

Choose a tag to compare

Removed PHPUnit from conflicting packages

0.7.3

08 Mar 14:18
e3ae751

Choose a tag to compare

Update CHANGELOG.md

0.5.1

02 Nov 12:59

Choose a tag to compare

Give it a version number

0.7.2

27 Oct 11:38

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

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

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

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

Choose a tag to compare

Release 0.6.3

0.6.2

14 Oct 22:53

Choose a tag to compare

Added support for PHP 7.1