Skip to content

Releases: supermetrics-public/pecl-jsonpath

2.1.0

08 Jan 15:53
04b5568
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

2.0.0

19 Dec 09:14
66fe60a
Compare
Choose a tag to compare

Note

Breaking change: starting from this version, only PHP 8.0 and greater are supported. If you're stuck on PHP 7.4, please use version 1.0.1.

What's Changed

Full Changelog: v1.0.1...v2.0.0

1.0.1

14 Dec 13:09
058b471
Compare
Choose a tag to compare

Note

This will be the last version that supports PHP 7.4.

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

20 Mar 09:51
1c6a24c
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

🛠 Maintenance

  • Remove alpha suffix from PECL install command as we release version 1.0.0 @crocodele (#162)
  • Add documentation to describe the notation, along with more examples @crocodele (#160)
  • Include PHP 8.2 nightly as a version for test runs on Linux @crocodele (#161)

0.9.6

13 Jan 11:09
02006c9
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • Dereference values to always get the underlying value @crocodele (#151)

0.9.5

31 Oct 14:07
a87d2e8
Compare
Choose a tag to compare

🐛 Bug fixes

🛠 Maintenance

0.9.4

19 Aug 20:50
ff2ca97
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

  • Add missing config.w32 entry to package.xml to make PECL builds on Windows possible @crocodele (#138)
  • Add required email tag to lead details @crocodele (#140)

🛠 Maintenance

  • Add Mike to list of PECL extension developers, release version 0.9.4 @crocodele (#139)

0.9.3

07 Aug 10:14
559f443
Compare
Choose a tag to compare

Changes

🛠 Maintenance

0.9.2

23 Jul 10:23
696f6c7
Compare
Choose a tag to compare

💎 Features

  • BREAKING CHANGE: Throw a custom JsonPathException instead of generic RuntimeException @crocodele (#124)
  • BREAKING CHANGE: Wrap all functionality in the JsonPath namespace @crocodele (#122)

🛠 Maintenance

  • Update license information in README to reflect license change from MIT to PHP @crocodele (#133)
  • Perform clang-format check automatically on pushes to the repository @crocodele (#130)
  • Update benchmark chart with latest software versions, new benchmarks, and OPCache + JIT enabled @crocodele (#132)
  • Update links following repository name change @crocodele (#129)
  • Change license from MIT to PHP to conform to PECL guidelines for PHP extensions @crocodele (#128)
  • Add scripts and docs for code quality tooling @mkaminski1988 (#127)
  • Replace strdup->estrdup @mkaminski1988 (#126)
  • Disable PCRE jit to avoid alleged valgrind errors. @Danack (#123)
  • Wrap all functionality in the JsonPath namespace @crocodele (#122)

0.9.1

25 Jun 09:50
9a77de3
Compare
Choose a tag to compare

Changes

🐛 Bug fixes

🛠 Maintenance