0.10.0
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
- Adding API on cmd.FileReader for reading a file as ArrayBuffer by @KristianAN in #251
- #228 HTMX attributes prototype by @JPonte in #250
Full Changelog: v0.9.0...v0.10.0