Releases: Starcounter-Jack/JSON-Patch
Releases · Starcounter-Jack/JSON-Patch
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
- added new method
jsonpatch.validate
(#29, #44) - added new parameter
validate
injsonpatch.apply
- added IE11 and Safari to oficially supported browsers
- changed main file referred in bower.json to
json-patch-duplex.js
(#63) - fixed replacing object with
null
(#35) - removed source maps (#55)
- fixed repo links (#59)
0.5.0
0.4.1
0.4.0
- conform by 100% to a general JSON Patch test suite at https://github.com/json-patch/json-patch-tests
- merge pull request: add support for using
-
in the path to append to an array (#23, #26) - merge pull request: Fix typo in jsonpatch.apply documentation (#38)
- move tests to
test/