Skip to content

Latest commit

 

History

History
46 lines (20 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

46 lines (20 loc) · 1.25 KB

Change Log

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

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)