Skip to content

Releases: Starcounter-Jack/JSON-Patch

0.3.10

16 Sep 08:59
Compare
Choose a tag to compare

Bugfix:

  • test operation failed of test if properties in two were ordered differently (#39)
  • implement add, replace, test, move, copy operation on object root (#40, #45)

Upgraded test suite to use Benchmark.js instead of JSLitmus

0.3.9

16 Sep 08:58
Compare
Choose a tag to compare

Feature:

  • expose method jsonpatch.compare for comparing two object trees

0.3.8

16 Sep 08:58
Compare
Choose a tag to compare

Feature:

  • minified build now available in dist/ directory (#9)

0.3.7

16 Sep 08:58
Compare
Choose a tag to compare

Feature:

  • add a new method compare (#24)

0.3.6

16 Sep 08:57
Compare
Choose a tag to compare

Update:

0.3.5b

30 Oct 02:33
Compare
Choose a tag to compare

Bump version number in package.json

0.3.5

16 Sep 08:50
Compare
Choose a tag to compare

Bugfix:

  • issues with calling observe/unobserve method on an object multiple times in Chrome (native Object.observe) (#20)

0.3.4

21 Oct 07:00
Compare
Choose a tag to compare

Bugfix:

  • generate array item remove patches in reverse order, so they can be correctly applied in order they were generated (#16)

0.3.3

21 Oct 07:00
Compare
Choose a tag to compare

Bugfixes:

  • properly escape ~ and / characters in poiner paths (#19)
  • generated patch contained array length (only in native Object.observe version) (#14)
  • jsonpatch.unobserve now delivers pending changes immediately (previously last-minute changes could be lost)
  • stability fixes for browsers with native Object.observe (Chrome)
  • code cleanup
  • removed sourcemap reference from output js file