This repository has been archived by the owner on Aug 25, 2022. It is now read-only.
Releases: popeindustries/lit-html-server
Releases · popeindustries/lit-html-server
3.1.0
3.0.0
- improve compatibility with
lit-html
: exportnothing
and remove support for nested templates in attribute values - upgrade dev dependencies
2.0.0
- improve types and verify type output
- refactor browser handling to use shared
directives
- add browser tests
1.6.0
- 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. IfserializePropertyAttributes = true
, property attributes are retained, and their values are serialized withJSON.stringify
1.5.1
- fix typos in type file
1.5.0
- add support for
mapper
attribute toasyncAppend
directive - add
asyncReplace
directive
1.4.1
- fix
directive()
typing
1.4.0
- remove
TemplateResult
instance pooling to avoid errors when re-using existingTemplateResult
instances - add types for directives
1.3.2
- fix
tagName
parsing - upgrade dependencies
1.3.1
- add internal support for context-based escaping
- add internal support for determining the current tag name (passed to Part instances)
- upgrade dependencies