v1.1.2
- All class Exceptions are now thrown as FastJsonPatchException instance
- FastJsonPatchException got two new methods:
getContextPointer
which returns the faulty JSON pointer as context for the error if availablegetContextDocument
which returns the JSON string of the target portion of the document
Full Changelog: v1.0.2...v1.1.2