kpdecker / jsdiff

A javascript text differencing implementation.
BSD 3-Clause "New" or "Revised" License
7.92k stars 496 forks source link

Update GitHub Pages site #427

Closed ExplodingCabbage closed 8 months ago

ExplodingCabbage commented 8 months ago

Here I:

  1. nuke some superfluous stuff from the gh-pages branch that has no reason to be there (namely outdated versions of the README, LICENSE, and test suite)
  2. update diff.js to a version built off the most recent tag
  3. update index.html to reflect the JsDiff object that diff.js creates on window being renamed to Diff as of 5.0.0

This should let people play with the latest version of JsDiff via http://incaseofstairs.com/jsdiff/. Resolves https://github.com/kpdecker/jsdiff/issues/106.