版本发布 8
Fixes publish CI. **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v4.0.0...v4.0.1
Fixes CI
Reduces `.slice` usage when no escaping is needed. This might help activate the new `JSON.stringify` [optimization](https://v8.dev/blog/json-stringify) by the V8 team. **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v3.1.3...v3.1.4
## What's Changed * chore(deps-dev): bump tinybench from 3.1.1 to 4.0.1 by @dependabot in https://github.com/gurgunday/ghtml/pull/31 * [fix: update code based on latest V8 benchmarks](https://github.com/gurgunday/ghtml/commit/aae74cfcf17ca1e30d1b5d65e8af42a5d69551be) * [fix: benchmarks](https://github.com/gurgunday/ghtml/commit/7c98b65b85c6d64c2164b1268834872ab30f1ebc) **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v3.1.2...v3.1.3
## What's Changed * chore(deps-dev): bump globals from 15.15.0 to 16.0.0 by @dependabot in https://github.com/gurgunday/ghtml/pull/30 * Improved minified size in 3dd270d8eecc3d71387141fc434e27822299db2e **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v3.1.1...v3.1.2
## What's Changed * chore(deps-dev): bump tinybench from 2.9.0 to 3.0.0 by @dependabot in https://github.com/gurgunday/ghtml/pull/28 **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v3.1.0...v3.1.1
CJS support is added. **Full Changelog**: https://github.com/gurgunday/ghtml/compare/v3.0.13...v3.1.0
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**: https://github.com/gurgunday/ghtml/compare/v3.0.12...v3.0.13