Skip to content

Tags: dbalazuc/json-patch

Tags

1.12

Toggle 1.12's commit message
Set version to 1.12

1.11

Toggle 1.11's commit message
Introduce OmitOperation

Code review changes:
- Reintroduce old JsonPatch.fromJson API
- RegistryBasedJsonPatchFactory
- Don't default operations upon construction of RegistryBasedJsonPatchFactoryBuilder
- Rename RFC6902* -> Standard*
- Other minor changes

Made a few changes to help a client easily integrate with the new extended functionality:
- Fixed bug where defaultFactory wasn't initialized
- Added extendedFactory
- Tests for the above

More code review changes:
- Created *OperationFactory classes
- Minor style changes
- made some things final

Converted JsonPatchOperation to interface, and got rid of a duplicate specification of operation names

1.10

Toggle 1.10's commit message
Standard update to build files