1.1.0 • Published 9 years ago

beg-to-differ v1.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

beg-to-differ.js Travis CI

Simple string diff patches for your app.

Installing

npm install --save beg-to-differ

Usage

var differ = require('beg-to-differ');

var patch = differ.createPatch("from String", "to String");
var toString = differ.applyPatch("from String", patch);

Can be used in Neo4j relationships when JSON.stringifying it for implementing a simple versioning system.

Testing

npm test

Contributing

  • fork
  • branch
  • write tests
  • code (don't break shit)
  • commit & push
  • pull request
  • profit
1.1.0

9 years ago

1.0.0

9 years ago