Skip to content

Releasing 0.3.2 version

Compare
Choose a tag to compare
@vishwakarma vishwakarma released this 24 Jul 08:43
· 227 commits to master since this release

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.