CHANGELOG.md 7.2 KB

Change Log

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

2.4.0 (2021-05-30)

Features

2.3.0 (2020-12-04)

Features

2.2.1 (2020-09-09)

Bug Fixes

  • peer-deps: support [@angular](https://github.com/angular)/compiler@10.1 (#204) (ebe2679)

2.2.0 (2020-08-12)

Features

  • types: export NGNode and NGMicrosyntax (#203) (2755965)

2.1.0 (2020-07-08)

Bug Fixes

  • transform-microsyntax: handle implicit $implicit correctly (#200) (0970bc7)

Features

2.0.3 (2020-05-10)

Bug Fixes

  • utils: throw errors for unexpected situations (#197) (6b23c28)

2.0.2 (2020-05-10)

Bug Fixes

  • transform: handle implicit this correctly (#196) (ba74505)

2.0.1 (2020-05-09)

Bug Fixes

  • transform: correct chained optional expression with computed properties (#193) (73cf46d)
  • transform: handle ThisExpression correctly (#194) (cf89706)

2.0.0 (2020-04-02)

Features

BREAKING CHANGES

  • engines: require Node v10.13.0+
  • peer-deps: require @angular/compiler@^9.1.0

1.3.1 (2020-04-02)

Bug Fixes

  • peer-deps: Angular 9.0.6+ is not supported (#188) (ff1a252)

1.3.0 (2020-02-10)

Features

  • peer-deps: support @angular/compiler@9 (#181) (5ade21e)

1.2.0 (2020-02-01)

Features

  • peer-deps: support @angular/compiler@8 (#151) (44ecf5d)

1.1.5 (2018-11-08)

Bug Fixes

  • transform: correct unary expression with + (#23) (f01077a)

1.1.4 (2018-11-08)

Bug Fixes

  • transform: handle parens correctly (#22) (2d70cea)

1.1.3 (2018-11-02)

Bug Fixes

  • transform: correct chained optional expression (#17) (e643258)

1.1.2 (2018-10-30)

Bug Fixes

  • transform: add missing ThisExpression (#13) (6718ead)

1.1.1 (2018-10-26)

Bug Fixes

  • transform: Binary (&&, ||) -> LogicalExpression (#8) (8e954c1)

1.1.0 (2018-10-19)

Bug Fixes

Features

1.0.0 (2018-10-18)

Features