Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 535 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 535 Bytes

0.9.0

New Feature: Support tsx

0.8.0

New Feature: p({type: Number}) no longer requires casting.

0.7.0

BREAKING CHANGE:

You need to turn on allowSyntheticDefaultImports in tsconfig.json

0.6.0

BREAKING CHANGE:

  1. @Watch decorator is changed to decorate watch handler, rather than property being wacthed. This new API does not require annotating Component type in generic and can still keep watch handler type checked. More info in #5 (comment).