Skip to content

Releases: FelixSchwarz/htmlcompare

0.4.1

27 Dec 19:27

Choose a tag to compare

  • detect doctype differences
  • detect mismatched self-closing tags (if significant, e.g. for VML)

v0.4.0

21 Dec 21:05

Choose a tag to compare

Completely rewritten version:

  • considers conditional comments
  • compares contents of <style> tags correctly
  • fixed whitespace handling for inline and block elements
  • fixes all known crashes

All release artifacts should be verifiable with GitHub attestation.

And last but not least the code example in README.md now actually works thanks to @JDeeth.

v0.3.2

24 May 06:50

Choose a tag to compare

  • new CLI script htmlcompare to compare two HTML files
  • strip units for dimensions with a value of 0 (0px0)
  • support Python 3.10 and 3.11

Casey Holzer (@caseyjhol) made his first contribution which is much appreciated.