Releases: kristoff-it/superhtml
v0.5.3
v0.5.1
v0.5.0
Fixed the list of obsolete tag names as it previously contained outdated entries.
v0.4.3
Add -Dforce-version
flag to build the SuperHTML CLI tool with a manually specified version, bypassing git describe
. This is useful for package managers that build superhtml
from a shallow clone of the git repository (or use a tarball, et simila).
v0.4.2
Fixes a crash found by @EliSauder, updates zig-afl-fuzz (development only) dependency.
v0.4.1
Minor polishes to the CLI help menu and other improvements to the build script.
Bugfixes, proper version reporting
SuperHTML CLI (LSP)
- Bugfixes
- Introduced correct version reporting (now
superhtml version
will report the correct version)
SuperHTML Templating Language
- Added support for Scripty interrupts
fmt bugfix
Last release introduced a minor bug in the autoformatting code, which is now fixed.
Fuzztested!
The HTML parser was fuzztested with AFL++ (see the fuzz
build step for more info) and a few crashes were solved.
The language server is now fit for general use with HTML files.
<svg> support & bugfixes
- Various bugfixes
- Support for
<self-closing/>
tags in<svg>