Skip to content

Releases: gurgunday/ghtml

v3.0.3

21 Aug 08:39
d7f9f79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.2

14 Aug 11:50
25fba8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

14 Aug 11:18
390ca92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

09 Aug 19:02
09ed967
Compare
Choose a tag to compare

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

v2.3.0

28 Jul 17:18
a7860a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.1...v2.3.0

v2.2.1

26 Jul 11:24
6bb0ae2
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v2.2.1

v2.2.0

26 Jul 11:06
894a770
Compare
Choose a tag to compare

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

20 Jul 17:32
445c8ce
Compare
Choose a tag to compare

Fixes the example and reduces the package size.

Full Changelog: v2.1.4...v2.1.5

v2.1.4

20 Jul 08:22
3064e0e
Compare
Choose a tag to compare

Full Changelog: v2.1.3...v2.1.4

v2.1.3

19 Jul 08:06
c4abf0f
Compare
Choose a tag to compare

Simplifies tight loops for better V8 optimization.

Full Changelog: v2.1.2...v2.1.3