3.1.0 • Published 5 years ago

done-mutation v3.1.0

Weekly downloads
22
License
MIT
Repository
github
Last release
5 years ago

done-mutation

License: MIT npm version Build Status

Utilties for encoding, decoding, and patching MutationRecords.

Usage

ES6 use

With StealJS, you can import this module directly in a template that is autorendered:

import plugin from 'done-mutation';

CommonJS use

Use require to load done-mutation and everything else needed to create a template that uses done-mutation:

var plugin = require("done-mutation");

Standalone use

Load the global version of the plugin:

<script src='./node_modules/done-mutation/dist/global/done-mutation.js'></script>
3.1.0

5 years ago

3.0.0

5 years ago

2.2.1

5 years ago

2.2.0

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago