Releases · gomodules/jsonpatch

v2.5.0

v2.4.0

What's Changed

  • Shortcut when two json documents are same by @nak3 in #37

New Contributors

  • @nak3 made their first contribution in #37

Full Changelog: v2.3.0...v2.4.0

v2.3.0

v2.2.0

This is the recommended version to use if you are looking for optimal (smaller) patch.

v3 will produce patches that maintain json order and useful when the generated patches are manipulated by hand or stored in git repos.

v3.0.1

This release uses our forked gomodules/orderedmap library. Our forked version has 2 major changes:

  • Uses *OrderedMap instead of OrderedMap inside nested orderedmaps.
  • I ported unstructured helpers from Kubernetes to work with orderedmaps.

v3.0.0

This release uses iancoleman/orderedmap to generate predictable patch. This is very useful if the generated patch is checked into a VCS like git.

v1.0.1

This release fixes bug #22 for the release-1.0 branch.

v2.0.1

v2.0.0

Changelog