Skip to content

Releases: gurgunday/ghtml

v3.0.13

18 Oct 19:51
5afb6e2
Compare
Choose a tag to compare

After dancing with V8's internals, tracing every instruction's graceful flow through V8 source code, bytecode, and TurboFan's optimized output, we've reached peak performance. Each line has been tuned to the limit, ensuring your server whispers through template rendering with the lightest possible touch on the CPU.

Full Changelog: v3.0.12...v3.0.13

v3.0.12

17 Oct 18:55
6ae5d88
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.10...v3.0.12

v3.0.10

02 Oct 18:13
945c704
Compare
Choose a tag to compare

Full Changelog: v3.0.9...v3.0.10

v3.0.9

30 Sep 07:59
d076f1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.8...v3.0.9

v3.0.8

28 Sep 09:50
abc4400
Compare
Choose a tag to compare

Issue: In previous versions, we used == null to check if values were null or undefined. This check inadvertently included document.all due to its unique behavior of being nullish in equality checks despite being an object. This was causing inconsistencies in certain browser environments where document.all is used as a legacy feature.

Fix: The equality check has been updated to use the nullish coalescing operator ??. This ensures that only null or undefined values are filtered out.

Full Changelog: v3.0.7...v3.0.8

v3.0.7

16 Sep 06:13
5dd77b6
Compare
Choose a tag to compare

Full Changelog: v3.0.6...v3.0.7

v3.0.6

01 Sep 11:13
fec4c49
Compare
Choose a tag to compare

Full Changelog: v3.0.5...v3.0.6

v3.0.5

30 Aug 11:46
3486942
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5

v3.0.4

30 Aug 10:44
85fbbcf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.3...v3.0.4

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