Skip to content

Releases: gomodules/jsonpatch

v2.4.0

14 Aug 02:26
17d7994
Compare
Choose a tag to compare

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

22 May 15:45
13a9e4a
Compare
Choose a tag to compare

What's Changed

  • Update repository config by @1gtm in #32
  • Update repository config by @1gtm in #33
  • Various improvements to performance and stability by @howardjohn in #36

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

29 Jul 07:24
Compare
Choose a tag to compare

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

23 Mar 15:52
e2d6410
Compare
Choose a tag to compare

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

22 Mar 01:58
Compare
Choose a tag to compare

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

17 Nov 10:35
Compare
Choose a tag to compare

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

v2.0.1

22 Aug 19:40
Compare
Choose a tag to compare

v2.0.0

26 Jun 00:37
Compare
Choose a tag to compare

Changelog