Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 447 Bytes

CHANGELOG.md

File metadata and controls

5 lines (5 loc) · 447 Bytes

1.1.0

  1. add elementary ts support. Only identifiers whose types are explicitly declared and literals(including string literal, numeric literal, boolean literal, regexp literal, null literal, and bigint literal. Negative numbers like -1 is considered numeric literal though it is actually an unary expression) will be overloaded, because babel have no type check.
  2. bug fix: unary expressions cannot be overloaded 1.1.1
  3. enable jsx syntax