Skip to content

v3.0.0

Compare
Choose a tag to compare
@gurgunday gurgunday released this 09 Aug 19:02
· 33 commits to main since this release
09ed967

This release makes a breaking change to the escaping behavior: we no longer escape the backtick (`) and we now escape the equals sign (=).

Escaping the backtick provided no real protection as it's not a special HTML character. The equals sign, however, is indeed a special HTML character within some parts of a tag.

What's Changed

Full Changelog: v2.3.0...v3.0.0