Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Releases: popeindustries/lit-html-server

3.1.0

14 Apr 09:49
Compare
Choose a tag to compare
  • add support for rendering any value type when calling renderTo*, not just results from using html tagged templates

3.0.0

13 Mar 10:58
Compare
Choose a tag to compare
  • improve compatibility with lit-html: export nothing and remove support for nested templates in attribute values
  • upgrade dev dependencies

2.0.0

22 Jan 10:50
Compare
Choose a tag to compare
  • improve types and verify type output
  • refactor browser handling to use shared directives
  • add browser tests

1.6.0

18 Oct 11:03
Compare
Choose a tag to compare
  • All render methods now accept an options object
  • Add RenderOptions.serializePropertyAttributes: boolean to control handling of property attributes. By default, property attributes are removed from markup. If serializePropertyAttributes = true, property attributes are retained, and their values are serialized with JSON.stringify

1.5.1

10 Oct 09:59
Compare
Choose a tag to compare
  • fix typos in type file

1.5.0

10 Oct 08:20
Compare
Choose a tag to compare
  • add support for mapper attribute to asyncAppend directive
  • add asyncReplace directive

1.4.1

09 Oct 11:51
Compare
Choose a tag to compare
  • fix directive() typing

1.4.0

09 Oct 10:48
Compare
Choose a tag to compare
  • remove TemplateResult instance pooling to avoid errors when re-using existing TemplateResult instances
  • add types for directives

1.3.2

07 Oct 11:41
Compare
Choose a tag to compare
  • fix tagName parsing
  • upgrade dependencies

1.3.1

19 Sep 07:48
Compare
Choose a tag to compare
  • add internal support for context-based escaping
  • add internal support for determining the current tag name (passed to Part instances)
  • upgrade dependencies