All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.5 (2022-04-23)
- comply with Custom Elements name constraints (2881679)
0.1.4 (2022-04-21)
- support Lit 2.x (c5f40b3)
- define types in package.json correctly to be auto loaded (dd96c9a)
0.1.3 (2021-04-01)
- cache template to avoid rerendering when strings reference changes (067b39d)
0.1.2 (2021-03-20)
- add TypeScript definitions (#22) (a788861)
- fix(transform): do not throw on nullish value (#19) (d5b3706)
0.1.1 (2019-08-22)
- generate name correctly in Safari if constructor has no name (f9af239)
- auto register Custom Element classes with different names and in different circumstances (8aad0bb)