Releases: snorwin/jsonpatch
Releases · snorwin/jsonpatch
Release v1.5.0
Features
- Support for
float32
andfloat64
(#13). Thanks @johanneswuerbach, @maribowman, and @igor-plotnikov for your inputs and contributions. - Updated various dependencies. Kudos to @dependabot.
Bug fixes
(None)
Release v1.4.0
Features
- Support for all maps with string keys:
map[string]interface{}
Bug fixes
(None)
Release v1.3.0
Features
(None)
Bug fixes
- Encode the characters '~' and '/' in JSON pointers because they have a special meaning.
Release v1.2.0
Features
- Changed return type of
CreateJSONPatch
toJSONPatchList
Bug fixes
(None)
Release v1.1.0
Features
- Add examples
- Enhance documentation
Bug fixes
- Strip empty root element in
WithPrefix
option
Release v1.0.0
Initial Release