Skip to content

Latest commit

 

History

History
427 lines (194 loc) · 19.7 KB

CHANGELOG.md

File metadata and controls

427 lines (194 loc) · 19.7 KB

Changelog

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

10.0.3 (2024-05-23)

10.0.2 (2024-05-20)

10.0.1 (2024-02-21)

10.0.0 (2024-02-21)

⚠ BREAKING CHANGES

  • require @angular/compiler v17.2 (#288)

  • require @angular/compiler v17.2 (#288) (5fa466b)

9.0.0 (2023-11-14)

⚠ BREAKING CHANGES

  • remove loc from node, added range (#271)

  • remove loc from node, added range (#271) (069199b)

8.0.3 (2023-11-10)

8.0.2 (2023-11-09)

8.0.1 (2023-11-07)

8.0.0 (2023-11-06)

⚠ BREAKING CHANGES

  • require @angular/compiler v17 (#253)

7.0.0 (2023-05-04)

⚠ BREAKING CHANGES

  • update dependencies, require @angular/compiler v16, require Node.js v16 (#249)

Features

  • support computed optional member expression (#247) (91a9bf5)

Bug Fixes

  • remove deprecated parseInterpolation (#250) (b63e555)

  • update dependencies, require @angular/compiler v16, require Node.js v16 (#249) (a863a6a)

6.2.0 (2023-04-03)

Features

  • support computed optional member expression (#247) (91a9bf5)

6.1.0 (2023-03-14)

Features

  • add parseInterpolationExpression, deprecate parseInterpolation (#241) (817b64a)

Bug Fixes

6.0.0 (2023-01-30)

⚠ BREAKING CHANGES

  • require @angular/compiler v15 (#236)

Features

  • add parseInterpolationExpression, deprecate parseInterpolation (#241) (817b64a)
  • require @angular/compiler v15 (#236) (1640e77)

Bug Fixes

5.0.2 (2023-01-17)

Bug Fixes

5.0.1 (2022-11-20)

5.0.0 (2022-11-20)

⚠ BREAKING CHANGES

  • require @angular/compiler v15 (#236)
  • support for @angular/compiler@14, drop support for @angular/compiler<14 (#233)

Features

  • require @angular/compiler v15 (#236) (1640e77)
  • support for @angular/compiler@14, drop support for @angular/compiler<14 (#233) (ce31031)

Bug Fixes

4.0.1 (2022-10-10)

Bug Fixes

4.0.0 (2022-10-10)

⚠ BREAKING CHANGES

  • support for @angular/compiler@14, drop support for @angular/compiler<14 (#233)

Features

  • support for @angular/compiler@14, drop support for @angular/compiler<14 (#233) (ce31031)

Bug Fixes

  • fix shorthand object property detection (#235) (5ebb640)

3.0.3 (2022-10-09)

Bug Fixes

  • import from @angular/compiler/src (f7446f1)

3.0.2 (2022-10-09)

Bug Fixes

  • fix @angular/compiler entry (0bd3cd4)

3.0.1 (2022-10-09)

Bug Fixes

3.0.0 (2022-10-09)

⚠ BREAKING CHANGES

  • switch to ESM (#229)

Features

Bug Fixes

  • detect shorthand correctly (#222) (66ace4e)
  • peer-deps: Angular 9.0.6+ is not supported (#188) (ff1a252)
  • peer-deps: support @angular/compiler@10.1 (#204) (ebe2679)
  • transform-microsyntax: handle implicit $implicit correctly (#200) (0970bc7)
  • transform: correct chained optional expression with computed properties (#193) (73cf46d)
  • transform: handle implicit this correctly (#196) (ba74505)
  • transform: handle ThisExpression correctly (#194) (cf89706)
  • utils: throw errors for unexpected situations (#197) (6b23c28)

2.5.1 (2022-06-11)

Bug Fixes

2.5.0 (2021-07-07)

Bug Fixes

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