Releases: gomodules/jsonpatch
Releases · gomodules/jsonpatch
v2.4.0
v2.3.0
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
- @1gtm made their first contribution in #32
- @howardjohn made their first contribution in #36
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v3.0.1
This release uses our forked gomodules/orderedmap library. Our forked version has 2 major changes:
- Uses
*OrderedMap
instead ofOrderedMap
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
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)