Releases: gurgunday/ghtml
v3.0.3
What's Changed
- fix: (typescript) generator and async generator types by @gurgunday in 9372d8f
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- fix: (typescript) make property readonly by @gurgunday in 33968d1
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- feat: (fix) typescript by @gurgunday and @douglasduteil in 0da36e5
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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
- revert: escape backtick by @gurgunday in 868abe5
- feat: escape
=
by @gurgunday in #24
Full Changelog: v2.3.0...v3.0.0
v2.3.0
v2.2.1
Full Changelog: v2.2.0...v2.2.1
v2.2.0
npx ghtml
now detects more types of asset references such as /assets/script.js?qs=hey
and correctly appends the hash.
Full Changelog: v2.1.5...v2.2.0
v2.1.5
Fixes the example and reduces the package size.
Full Changelog: v2.1.4...v2.1.5
v2.1.4
Full Changelog: v2.1.3...v2.1.4
v2.1.3
Simplifies tight loops for better V8 optimization.
Full Changelog: v2.1.2...v2.1.3