Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.3.0 (2020-09-28)

Note: Version bump only for package @typescript-eslint/visitor-keys

4.2.0 (2020-09-21)

Note: Version bump only for package @typescript-eslint/visitor-keys

4.1.1 (2020-09-14)

Note: Version bump only for package @typescript-eslint/visitor-keys

4.1.0 (2020-09-07)

Note: Version bump only for package @typescript-eslint/visitor-keys

4.0.1 (2020-08-31)

Note: Version bump only for package @typescript-eslint/visitor-keys

4.0.0 (2020-08-31)

Bug Fixes

  • correct decorator traversal for AssignmentPattern (#2375) (d738fa4)

Features

  • support ESTree optional chaining representation (#2308) (e9d2ab6)

BREAKING CHANGES

    • Removed decorators property from several Nodes that could never semantically have them (FunctionDeclaration, TSEnumDeclaration, and TSInterfaceDeclaration)
  • Removed AST_NODE_TYPES.Import. This is a minor breaking change as the node type that used this was removed ages ago.

3.10.1 (2020-08-25)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.10.0 (2020-08-24)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.9.1 (2020-08-17)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.9.0 (2020-08-10)

Features

  • typescript-estree: support TSv4 labelled tuple members (#2378) (00d84ff)

3.8.0 (2020-08-03)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.7.1 (2020-07-27)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.7.0 (2020-07-20)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.6.1 (2020-07-13)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.6.0 (2020-07-06)

Note: Version bump only for package @typescript-eslint/visitor-keys

3.5.0 (2020-06-29)

Features