Releases · gomodules/jsonpatch
v2.5.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
*OrderedMapinstead ofOrderedMapinside 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
- Use Major subdirectory structure to maintain dep compatiability #20 (tamalsaha)
- Prepare v2 release #19 (tamalsaha)
- Update go.mod and remove vendor folder #18 (tamalsaha)
- Change package path to gomodules.xyz/jsonpath #17 (tamalsaha)
- [Emergency] correct array index in backtrace #16 (kdada)
- Added support for arrays at the root #15 (e-nikolov)
- Fix the example code in readme #14 (pytimer)