0.0.4 • Published 12 years ago

htmldiff v0.0.4

Weekly downloads
173
License
-
Repository
github
Last release
12 years ago

htmldiff.js

HTML Diffing in JavaScript (ok, CoffeeScript actually.)

Build Status

htmldiff.js is a CoffeeScript port of https://github.com/myobie/htmldiff (This one has a few more tests.)

This is diffing that understands HTML. Best suited for cases when you want to show a diff of user-generated HTML (like from a wysiwyg editor).

You use it like this:

  diff = require 'htmldiff.js'
  console.log diff '<p>this is some text</p>', '<p>this is some more text</p>'

And you get:

<p>this is some <ins>more </ins>text</p>

Licensed under the MIT License. See the LICENSE file for details.

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago