Change Log

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

4.1.0 (2020-09-07)

Bug Fixes

  • eslint-plugin: [no-unused-vars] correct detection of unused vars in a declared module with export = (#2505) (3d07a99)

Features

4.0.1 (2020-08-31)

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

4.0.0 (2020-08-31)

Please see the release notes for v4.0.0

Bug Fixes

  • correct decorator traversal for AssignmentPattern (#2375) (d738fa4)
  • typescript-estree: correct ChainExpression interaction with parentheses and non-nulls (#2380) (762bc99)

Features

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/types

3.10.0 (2020-08-24)

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

3.9.1 (2020-08-17)

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

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/types

3.7.1 (2020-07-27)

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

3.7.0 (2020-07-20)

Features

  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#2295) (88f08f4)
  • typescript-estree: support short-circuiting assignment operators (#2307) (2c90d9f)

3.6.1 (2020-07-13)

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

3.6.0 (2020-07-06)

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

3.5.0 (2020-06-29)

Features