- Fixed issue #37 contributed by @narcoticfresh
- Fixed issue #35 contributed by @narcoticfresh
- Fixed issue #33 contributed by @narcoticfresh
- Exclude EditorConfig configuration from release
- Fixed issue #30 contributed by @narcoticfresh
- Fixed issue #28 contributed by @narcoticfresh
- Moved the PHP coding standards fixer to dev requirements.
- Additional ability to disable some patch operations contributed by @mikelohmann
- Several refactorings and improvements contributed by @greydnls
- Dropped PHP 5.3 support to avoid escaped unicode #21
- Fixed issue with deep JSON pointers, see pull request #20
- Introduction of a base exception class
- Keep type of integerish strings in
test
operation
- Ensure library works by utilising mbstring polyfill
- Cleaned docblocks
- Removed unused variables, imports
- Keep the type of the JSON the same before and after patching
- Fixed issue #10
- Fixed issue #8
- Fixed issue #6
- Official release
- More fine-grained exceptions for invalid Json documents, fixes issue #3
- Uses JSON Pointer the handling of special URI Fragment identifier #
- Initial release based on JSON Patch RFC 6902
- Fixed issue #2