Skip to content

Latest commit

 

History

History
72 lines (45 loc) · 1.5 KB

RELEASE-NOTES.md

File metadata and controls

72 lines (45 loc) · 1.5 KB

1.15

  • Introduce "move?" operation

1.14.4

  • Introduce accessers for path and op
  • Introduce Jackson Modules for operations and extended operations

1.14

  • Introduce "remove?" operation

1.13

  • Introduce "translate" and "translate?" operations

1.12

  • Introduce "omit?" operation
  • Refactor json-patch factories

1.11

  • Introduce "omit" operation

1.10

  • Update build files

1.9

  • Completely new JSON diff implementation; less smart than the previous one but bug free
  • Depend on AssertJ.

1.8

  • JSON Merge Patch is now RFC 7386 compliant.
  • Merge gradle files; use Spring's propdeps plugin.
  • Fix issue #12: name and description now appear in generated site pom.

1.7

  • Fix bug with diffs and multiple array removals; detected by @royclarkson, fixed by @rwatler. See issue 11.

1.6

  • Update jackson-coreutils dependency.
  • Change license file placement/text.
  • Make all tests run from the command line.
  • Disable propdeps plugin for the moment.

1.5

1.4

  • Use gradle for build
  • Many backwards-compatible code changes to diff code
  • Use msg-simple
  • Update TestNG dependency
  • Update jackson-coreutils dependency; use new method for "split pointers"