Skip to content

Releases: Sedeniono/htmldiff.js

v3.0.1

02 Oct 08:44

Choose a tag to compare

Added support for <span> as style tag.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

01 Oct 17:57

Choose a tag to compare

This is the initial release of this fork. The version number v3.0.0 was chosen because it is higher than the ancestors of this fork.

Changes:

  • Support for non-ASCII word characters and languages that do not separate "words" by whitespace.
  • Fixed headings not being diffed correctly.
  • Fixed invalid </br> and </hr> appearing in the output.
  • Cope with null and undefined inputs to diff().
  • Updated dependencies.

Full Changelog: 1b5827a...v3.0.0