Skip to content

Releases: bumpcore/json-patch

v0.1.1

21 May 12:03
7bd3f5b

Choose a tag to compare

Maintenance release for bumpcore/json-patch.

Changes:

  • Add Composer author metadata with the Developer role.
  • Improve README package documentation and usage guidance.
  • Set 0.x as the default release branch.

v0.1.0

21 May 08:24
66dc80e

Choose a tag to compare

Initial release of bumpcore/json-patch.

Highlights:

  • RFC 6902 JSON Patch apply and JSON helpers.
  • Deterministic JSON Patch diff generation.
  • RFC 6901 JSON Pointer parsing and document helpers.
  • RFC 7396 JSON Merge Patch support.
  • Context-rich package exceptions.
  • Upstream json-patch-tests fixture parity, PHPStan level 9, CS checks, and 100% coverage gate.