Skip to content

Releases: Palindrom/JSON-Patch-OT

ES6 Module

06 Aug 11:21
Compare
Choose a tag to compare
ES6 Module Pre-release
Pre-release
  • source files now export ES6 modules #9,
  • dist files got removed #10. Packaging and minification is to be done on consumer end,

CommonJS, ES6, and TS includes support

09 Mar 17:14
Compare
Choose a tag to compare

Now you can install from NPM:

npm install json-patch-ot

To import you can use:

var JSONPatchOT = require('json-patch-ot');

or in ES6 and TS

import JSONPatchOT from 'json-patch-ot'

1.0.1

07 Oct 12:30
Compare
Choose a tag to compare

remove console.logs