Skip to content

Releases: flipkart-incubator/zjsonpatch

Releasing 0.3.4 version

26 Jul 06:08
Compare
Choose a tag to compare

#45 Improves error handling

Releasing 0.3.3 version

24 Jul 17:26
Compare
Choose a tag to compare

Releasing 0.3.2 version

24 Jul 08:43
Compare
Choose a tag to compare

Changes --

  1. 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
  2. Bug fix in COPY operation.

Adding Copy & Test Support

27 Mar 12:35
Compare
Choose a tag to compare
Adding Copy & Test Operation (#33)

* first version of copy & test

* optimizing runtime for copy op

Upgraded commons-collections jar to avoid some vulnerabilities fixes

04 Mar 07:11
Compare
Choose a tag to compare
removing clojars repo support

reason : https://git.io/vMUHN

Releasing 0.2.1

05 Aug 14:09
Compare
Choose a tag to compare

Releasing after merging with PR syntax2-rfc6902

Releasing 0.2.0

05 Aug 07:46
Compare
Choose a tag to compare

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

04 Aug 09:47
Compare
Choose a tag to compare

More compaction of ADD & REMOVE diffs into MOVE operation.

Releasing 0.1.10

10 Jul 06:38
Compare
Choose a tag to compare

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

19 May 12:55
Compare
Choose a tag to compare
Update README.md