Skip to content

Releases: github/jtml

v0.5.1

10 May 10:58
a012168
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

12 Dec 18:36
aa567df
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

26 Jan 14:27
Compare
Choose a tag to compare
  • Add file extensions for imports f7ce7dd

v0.4.0...v0.4.1

v0.4.0

09 Mar 12:24
Compare
Choose a tag to compare

This release adds an unsafeHTML directive which allows injecting raw HTML strings directly as HTML, circumventing the escaping routines.

v0.3.4

01 Mar 16:01
Compare
Choose a tag to compare

This fixes the type signature for until to allow unknown values, not just Promise<unknown>, which allows for passing strings, booleans or TemplaResults synchronously.

v0.3.3

25 Jan 18:22
Compare
Choose a tag to compare

This fixes a bug where rendering a DocumentFragment inside a template, inside an Array, inside another template would not correctly render the DocumentFragment, due to update() being unnecessarily early!

v0.3.2

19 Jan 18:33
Compare
Choose a tag to compare

This is a republish of v0.3.1 which published incorrectly.

v0.3.1

19 Jan 18:33
Compare
Choose a tag to compare

Fixes a bug where Text nodes aren't rendered properly.

v0.3.0

19 Jan 17:20
Compare
Choose a tag to compare

Added TemplateResult.renderInto(el) which is the same as render(TemplateResult, el), but being attached to the TemplateResult class allows libraries to consume the object without depending on the libraries render function.

v0.2.0

19 Jan 12:04
Compare
Choose a tag to compare

This release adds support for Iterables as values. It also adds some comprehensive documentation for all of the features and capabilities of the library.