Releases: kristoff-it/superhtml
Releases · kristoff-it/superhtml
Release list
Bugfixes, proper version reporting
SuperHTML CLI (LSP)
- Bugfixes
- Introduced correct version reporting (now
superhtml versionwill 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>
0.1.3
- fix erroneous 'duplicate attr name' diagnostics
- mark
plaintextandlistingas deprecated and unsupported tags
Character Reference Checking
Main feature of this release is the addition of character reference errors (e.g. &doesntexist;).
Initial HTML LSP Release
This is an initial release of the Super CLI tool that supports fmt and lsp functionality.
The LSP still has a lot of missing functionality but autoformatting and basic diagnostic errors should work.
If using VSCode, consider installing the "Super HTML" extension from its marketplace.