Skip to content

Releases: evanphx/json-patch

v5.9.0

28 Jan 00:11
b7a4e4a
Compare
Choose a tag to compare

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

16 Jan 23:38
Compare
Choose a tag to compare

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

12 Jan 23:05
05c9526
Compare
Choose a tag to compare

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

11 Sep 21:33
dc808d1
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v4 backports

21 Oct 16:41
Compare
Choose a tag to compare

Bug fixes

20 Oct 18:51
Compare
Choose a tag to compare

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

04 Jun 04:52
Compare
Choose a tag to compare

This makes the root work again.

Better null handling

01 Jun 02:57
3e2cfc0
Compare
Choose a tag to compare

This incorporates a few fixes related to how nulls are handles in array's and objects.

Better null handling (backport)

01 Jun 19:26
3e2cfc0
Compare
Choose a tag to compare

Make the null fixes available as a v4 module.

Fix zero sized document crash

21 Apr 00:42
Compare
Choose a tag to compare

This fixes a crash bug where submitted an empty slice as the document would panic.