Skip to content

Releases: kristoff-it/superhtml

v0.5.3

31 Oct 16:34
Compare
Choose a tag to compare
  • Fixes a remaining bug when formatting void elements vertically.
  • patch version bumped to 3 to match the VScode extension

v0.5.1

30 Oct 16:03
Compare
Choose a tag to compare
  • Added WASM build of the Language Server to the list of releases, in case editors other than vscode might want to bundle a WASM-WASI version of SuperHTML. NOTE: unlike other artifacts, the wasm module only contains the language server, not the entire CLI tool.
  • Fixed #40

v0.5.0

12 Sep 01:38
Compare
Choose a tag to compare

Fixed the list of obsolete tag names as it previously contained outdated entries.

v0.4.3

26 Jul 10:41
Compare
Choose a tag to compare

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

25 Jul 16:52
Compare
Choose a tag to compare

Fixes a crash found by @EliSauder, updates zig-afl-fuzz (development only) dependency.

v0.4.1

24 Jul 20:07
Compare
Choose a tag to compare

Minor polishes to the CLI help menu and other improvements to the build script.

Bugfixes, proper version reporting

23 Jul 16:47
Compare
Choose a tag to compare

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

15 Jul 16:39
Compare
Choose a tag to compare

Last release introduced a minor bug in the autoformatting code, which is now fixed.

Fuzztested!

15 Jul 16:14
Compare
Choose a tag to compare

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

11 Jul 13:29
Compare
Choose a tag to compare
Pre-release
  • Various bugfixes
  • Support for <self-closing/> tags in <svg>