Skip to content

Releases: idesis-gmbh/htmldiff.js

htmldiff.js v0.9.4

23 Aug 09:58
Compare
Choose a tag to compare

New

  • Diffing of anchor tags (<a>) if the href attribute changed.

Changes

  • Updated all dependencies.
  • Self contained executables built with pkg for all major platforms.

htmldiff.js v0.9.3

13 Apr 13:14
Compare
Choose a tag to compare

Bugs

  • Fixed handling of atomic tags

htmldiff.js v0.9.2

27 Mar 23:10
Compare
Choose a tag to compare

Bugs

  • Fixed wrong usage description in command line interface.

htmldiff.js v0.9.1

27 Mar 22:55
Compare
Choose a tag to compare

Changes

  • Changed pipe based separation of atomic tags to comma separation (easier handling on the command line).

htmldiff.js v0.9.0

26 Mar 23:45
Compare
Choose a tag to compare

Initial version. Compared to the original fork it adds:

  • Diffing of video, math, widget, iframe, img and svg tags.
  • Ability to set atomic tags via the API.
  • A command line interface.
  • TypeScript support.
  • Better documentation.