0.3.1 • Published 10 years ago

coffeenode-diff v0.3.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 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

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago