Skip to content

Releases: Starcounter-Jack/JSON-Patch

0.5.7

01 Jun 12:23
Compare
Choose a tag to compare

0.5.6

07 Nov 21:03
Compare
Choose a tag to compare

#85 - improve _objectKeys method

0.5.5

05 Nov 11:01
Compare
Choose a tag to compare

#84 - Fix dirty checking for array properties
#82 - Remove Object.observe logic

0.5.4

10 Jul 14:34
Compare
Choose a tag to compare

#/74 - fix TypeError exception when patch.path is not defined

0.5.3

23 Jun 09:10
Compare
Choose a tag to compare
  • add VALUE_OBJECT_CANNOT_CONTAIN_UNDEFINED validation (#73)

0.5.2

27 Mar 16:10
Compare
Choose a tag to compare
  • fixed replacing, coping, moving, and removing null values (#69)

0.5.1

16 Feb 18:45
Compare
Choose a tag to compare
  • added new method jsonpatch.validate (#29, #44)
  • added new parameter validate in jsonpatch.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

28 Nov 19:14
Compare
Choose a tag to compare
  • renamed to Fast-JSON-Patch, the same name that was already used for Bower and NPM package name (fast-json-patch)
  • BREAKING: compare method no longer modifies the object passed as the first parameter (#52, #53)
  • source maps are removed, to play better with concatenation tools (#55)

0.4.1

09 Nov 12:31
Compare
Choose a tag to compare
  • Do not overwrite module if it's already defined.

0.4.0

16 Sep 09:08
Compare
Choose a tag to compare
  • 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/