Skip to content

Releases: evanphx/json-patch

v5.9.11

Choose a tag to compare

@evanphx evanphx released this 28 Jan 17:44
84a4bb1

What's Changed

  • Export errBadJSONDoc and errBadJSONPatch errors by @skitt in #209

Full Changelog: v5.9.10...v5.9.11

v4.13.0

Choose a tag to compare

@evanphx evanphx released this 07 Aug 19:50
84a4bb1

Remove github.com/pkg/errors dependency

v5.9.10

Choose a tag to compare

@evanphx evanphx released this 27 Jan 17:52

What's Changed

  • Drop the reference to gopkg.in for v5 by @skitt in #203
  • remove unmaintained errors pkg(github.com/pkg/errors) by @koba1t in #206

New Contributors

Full Changelog: v5.9.0...v5.9.10

v5.9.0

Choose a tag to compare

@evanphx evanphx released this 28 Jan 00:11
b7a4e4a

What's Changed

  • Validate that the partialDoc is decoded correctly by @evanphx in #201
  • Add option to control if the output is HTMLEscaped by @evanphx in #202

Full Changelog: v5.8.1...v5.9.0

Fix API breakage

Choose a tag to compare

@evanphx evanphx released this 16 Jan 23:38

This PR fixes Operation containing a reference to internal/json and breaking the ability to manually compose one. This restores that ability using a type alias.

Full Changelog: v5.8.0...v5.8.1

Blargh Phixs and Empathyprovements

Choose a tag to compare

@evanphx evanphx released this 12 Jan 23:05
05c9526

This release fixes a few stray panics, addresses large number accuracy, and improves performance!

What's Changed

Full Changelog: v5.7.0...v5.8.0

The 2023 Release

Choose a tag to compare

@evanphx evanphx released this 11 Sep 21:33
dc808d1

What's Changed

New Contributors

Full Changelog: v5.6.0...v5.7.0

v4 backports

Choose a tag to compare

@evanphx evanphx released this 21 Oct 16:41

Full Changelog: v4.11.0...v4.12.0

Bug fixes

Choose a tag to compare

@evanphx evanphx released this 20 Oct 18:51

What's Changed

  • Function ensurePathExists should handle appending correctly by @MarcelMue in #148
  • Fix partial negative indice support in v4 by @zqzten in #146

New Contributors

Full Changelog: v5.5.0...v5.6.0

Fix non-go.mod release

Choose a tag to compare

@evanphx evanphx released this 04 Jun 04:52

This makes the root work again.