Skip to content

0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jul 10:23
· 82 commits to main since this release
696f6c7

💎 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)