Skip to content

0.10.0

Choose a tag to compare

@davesmith00000 davesmith00000 released this 24 Jan 00:31
· 159 commits to main since this release

This release is comprised of two changes by @KristianAN and @JPonte (respectively). Many thanks! πŸŽ‰

If you see issues with any aspect of Tyrian, please do not hesitate to report them and all efforts will be made to correct them.

FileReader, read as byte array

You can now use the provided FileReader.readBytes to read a loaded file as a byte array.

HTMX Support Added

A new module has been published, tyrian-htmx, that adds syntax support for HTMX to Tyrian's HTML tag DSL. This means you can add HTMX markup to your server-side rendering, allowing you to add interactivity to your web pages in true hypermedia style! πŸ’ͺ

...handy for all those occasions when a full SPA (written in Tyrian or otherwise...) feels like overkill...

Brief documentation for HTMX can be found under the server-side rendering guide, though you will need to visit the HTMX docs for the full description of how to use it.


What's Changed

Full Changelog: v0.9.0...v0.10.0