3.1.0 • Published 6 years ago
done-mutation v3.1.0
done-mutation
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
6 years ago
3.0.0
6 years ago
2.2.1
7 years ago
2.2.0
7 years ago
2.1.6
7 years ago
2.1.5
7 years ago
2.1.4
7 years ago
2.1.3
7 years ago
2.1.2
7 years ago
2.1.1
7 years ago
2.1.0
7 years ago
2.0.0
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago
0.4.2
7 years ago
0.4.1
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
0.2.0
7 years ago
0.1.0
7 years ago
0.0.1
7 years ago