Releases: flipkart-incubator/zjsonpatch
Releases · flipkart-incubator/zjsonpatch
Releasing 0.3.4 version
#45 Improves error handling
Releasing 0.3.3 version
Includes #44
Releasing 0.3.2 version
Changes --
- In-place json patch apply ( by mutating source json, instead of creating new json and then applying patch over it, there by reducing extra memory overhead, very useful incase of large jsons ), you can use " JsonPatch.applyInPlace " API for this. Thanks @hugebdu for PR
- Bug fix in COPY operation.
Adding Copy & Test Support
Adding Copy & Test Operation (#33) * first version of copy & test * optimizing runtime for copy op
Upgraded commons-collections jar to avoid some vulnerabilities fixes
removing clojars repo support reason : https://git.io/vMUHN
Releasing 0.2.1
Releasing after merging with PR syntax2-rfc6902
Releasing 0.2.0
Thanks to PR [ Syntax rfc6902 (round 2) ].
Fixing of syntax issues as per RFC .
*Please note that this release is not backward-compatible with diffs generated by older releases ( < 0.2.0 )
Releasing 0.1.11
More compaction of ADD & REMOVE diffs into MOVE operation.
Releasing 0.1.10
This release contains resolution of issue mentioned in issue#1 about representing diffs.
Now,
Operation will be represented as "op" earlier "o"
Value will be represented as "value" earlier "v"
Path will be represented as "path" earlier "p".
Kindly note that, this version(0.1.10) is not compatible with diff generated by previous versions( < 0.1.10 ).
0.1.9
Update README.md