tag:github.com,2008:https://github.com/davepeck/html-tstring/releases Release notes from html-tstring 2025-09-08T23:56:42Z tag:github.com,2008:Repository/1047177576/v0.1.2 2025-09-09T00:08:46Z Improve support for component invocation <p>Improve invocation of component functions and add tests to ensure sub-components can be passed through attributes.</p> davepeck tag:github.com,2008:Repository/1047177576/v0.1.1 2025-09-08T16:24:04Z v0.1.1 <p>This is most definitely a pre-alpha package. Use it at your own risk!</p> <p>In this release, I've also cleaned up how we build on top of <code>MarkupSafe</code> and how we handle interpolation values with an <code>__html__()</code> dunder. This allows for clean interoperability with the Django and Jinja2 worlds; for instance, you could define a component function that returns a rendered Django or Jinja2 template, and the <code>html()</code> processor would correctly treat that as "safe" content to render as-is.</p> <p>In addition to the <code>:safe</code> format specifier, we now also support an explicit <code>:unsafe</code> format specifier; see the README.</p> davepeck tag:github.com,2008:Repository/1047177576/v0.1.0 2025-09-08T01:57:16Z Initial release <p>This is the first pre-release version of <code>html-tstring</code>. It's usable, but there is much still to do.</p> davepeck