Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Releases: github/jtml

v0.5.1

Choose a tag to compare

@keithamus keithamus released this 10 May 10:58
a012168

What's Changed

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

v0.5.0

Choose a tag to compare

@keithamus keithamus released this 12 Dec 18:36
aa567df

What's Changed

New Contributors

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

v0.4.1

Choose a tag to compare

@dgreif dgreif released this 26 Jan 14:27
  • Add file extensions for imports f7ce7dd

v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@keithamus keithamus released this 09 Mar 12:24

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

v0.3.4

Choose a tag to compare

@keithamus keithamus released this 01 Mar 16:01

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

Choose a tag to compare

@keithamus keithamus released this 25 Jan 18:22

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

Choose a tag to compare

@keithamus keithamus released this 19 Jan 18:33

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

v0.3.1

Choose a tag to compare

@keithamus keithamus released this 19 Jan 18:33

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

v0.3.0

Choose a tag to compare

@keithamus keithamus released this 19 Jan 17:20

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

Choose a tag to compare

@keithamus keithamus released this 19 Jan 12:04

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