Releases: gurgunday/ghtml
Release list
v4.0.2
v4.0.1
Fixes publish CI.
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Removed glob, so no dependencies!
Full Changelog: v3.1.4...v4.0.0
v3.1.4
Reduces .slice usage when no escaping is needed. This might help activate the new JSON.stringify optimization by the V8 team.
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- chore(deps-dev): bump tinybench from 3.1.1 to 4.0.1 by @dependabot in #31
- fix: update code based on latest V8 benchmarks
- fix: benchmarks
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- chore(deps-dev): bump globals from 15.15.0 to 16.0.0 by @dependabot in #30
- Improved minified size in 3dd270d
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- chore(deps-dev): bump tinybench from 2.9.0 to 3.0.0 by @dependabot in #28
Full Changelog: v3.1.0...v3.1.1
v3.1.0
CJS support is added.
Full Changelog: v3.0.13...v3.1.0
v3.0.13
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
What's Changed
- fix: treat Symbol the same as array.join in dae37b0 by @gurgunday
Full Changelog: v3.0.10...v3.0.12