0.3.1 • Published 9 years ago

coffeenode-diff v0.3.1

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

example:

  console.log DIFF.analyze "this is some test. blah blah blah", "this is other text. blah blah blah"

  [ [ 0, "this is " ]
    [ -1, "some" ]
    [ 1, "other" ]
    [ 0, " te" ]
    [ -1, "s" ]
    [ 1, "x" ]
    [ 0, "t. blah blah blah" ] ]

  console.log DIFF.colorize "this is some test. blah blah blah", "this is other text. blah blah blah"
0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago