Skip to content

Latest commit

 

History

History
71 lines (30 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

71 lines (30 loc) · 1.83 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.5 (2022-04-23)

Bug Fixes

  • comply with Custom Elements name constraints (2881679)

0.1.4 (2022-04-21)

Features

Bug Fixes

  • define types in package.json correctly to be auto loaded (dd96c9a)

0.1.3 (2021-04-01)

Features

  • cache template to avoid rerendering when strings reference changes (067b39d)

0.1.2 (2021-03-20)

Features

  • add TypeScript definitions (#22) (a788861)

Bug Fixes

  • fix(transform): do not throw on nullish value (#19) (d5b3706)

0.1.1 (2019-08-22)

Bug Fixes

  • generate name correctly in Safari if constructor has no name (f9af239)

0.1.0 (2018-12-22)

Features

  • auto register Custom Element classes with different names and in different circumstances (8aad0bb)