This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Fixes/Improvements
- #21 - handles multi-line classes
- #26 - no longer drops whitespace but collapses it, per spec
- #28 - now handles numerically referenced HTML entities (e.g.
©
->©
) - #27 - handles control characters in attributes correctly
- #24 - upgrades snabbdom peer dependency and snabbdom imports, so we're compatible with the newest version
Since we're updating our snabbdom peer dependency to a version that is not backwards compatible, I've performed a minor version number increase.
Thanks to @grimalschi, @mightyiam and @brettcrowell for their help with these issues.