Releases: FelixSchwarz/htmlcompare
Releases · FelixSchwarz/htmlcompare
0.4.1
v0.4.0
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
- new CLI script
htmlcompareto compare two HTML files - strip units for dimensions with a value of 0 (
0px→0) - support Python 3.10 and 3.11
Casey Holzer (@caseyjhol) made his first contribution which is much appreciated.