Skip to content

Releases: snorwin/jsonpatch

Release v1.5.0

16 Apr 15:06
341d33e
Compare
Choose a tag to compare

Features

Bug fixes
(None)

Release v1.4.0

25 Mar 12:30
Compare
Choose a tag to compare

Features

  • Support for all maps with string keys: map[string]interface{}

Bug fixes
(None)

Release v1.3.0

23 Mar 14:05
05890ea
Compare
Choose a tag to compare

Features
(None)

Bug fixes

  • Encode the characters '~' and '/' in JSON pointers because they have a special meaning.

Release v1.2.0

08 Feb 08:12
Compare
Choose a tag to compare

Features

  • Changed return type of CreateJSONPatch to JSONPatchList

Bug fixes
(None)

Release v1.1.0

07 Feb 14:14
Compare
Choose a tag to compare

Features

  • Add examples
  • Enhance documentation

Bug fixes

  • Strip empty root element in WithPrefix option

Release v1.0.0

07 Feb 10:22
Compare
Choose a tag to compare

Initial Release