Skip to content

Latest commit

 

History

History
210 lines (64 loc) · 7.17 KB

CHANGELOG.md

File metadata and controls

210 lines (64 loc) · 7.17 KB

Change Log

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

4.6.1 (2020-11-02)

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

4.6.0 (2020-10-26)

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

4.5.0 (2020-10-19)

Features

  • typescript-estree: add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#2669) (90a5878)

4.4.1 (2020-10-12)

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

4.4.0 (2020-10-05)

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

4.3.0 (2020-09-28)

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

4.2.0 (2020-09-21)

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

4.1.1 (2020-09-14)

Bug Fixes

  • types: artificial fix needed to trigger release (b577daf)

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)

Bug Fixes

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

Features

  • consume new scope analysis package (#2039) (3be125d)
  • 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/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