Skip to content

Latest commit

 

History

History
executable file
·
70 lines (48 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

executable file
·
70 lines (48 loc) · 2.48 KB

v3.0.2

v3.0.1

v3.0.0

v2.1.4

  • Exclude EditorConfig configuration from release

v2.1.3

v2.1.2

v2.1.1

  • Moved the PHP coding standards fixer to dev requirements.

v2.1.0

  • Additional ability to disable some patch operations contributed by @mikelohmann

v2.0.1

  • Several refactorings and improvements contributed by @greydnls

v2.0.0

  • Dropped PHP 5.3 support to avoid escaped unicode #21

v1.3.1

  • Fixed issue with deep JSON pointers, see pull request #20

v1.3.0

  • Introduction of a base exception class

v1.2.6

  • Keep type of integerish strings in test operation

v1.2.5

  • Ensure library works by utilising mbstring polyfill

v1.2.4

  • Cleaned docblocks
  • Removed unused variables, imports
  • Keep the type of the JSON the same before and after patching

v1.2.3

  • Fixed issue #10

v1.2.2

  • Fixed issue #8

v1.2.1

  • Fixed issue #6

v1.2.0

  • Official release

v1.2.0-RC1

  • More fine-grained exceptions for invalid Json documents, fixes issue #3

v1.1.0-RC1

  • Uses JSON Pointer the handling of special URI Fragment identifier #

v1.0.0-RC1

  • Initial release based on JSON Patch RFC 6902

v1.0.0-RC2

  • Fixed issue #2