Change Log

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

1.12.0 (2019-07-12)

Bug Fixes

  • eslint-plugin: handle const; (#633) (430d628), closes #441
  • typescript-estree: fix async identifier token typed as Keyword (#681) (6de19d3)

Features

  • eslint-plugin: added new rule prefer-readonly (#555) (76b89a5)

1.11.0 (2019-06-23)

Bug Fixes

  • typescript-estree: fix more cases with double slash in JSX text (#607) (34cfa53)

1.10.2 (2019-06-10)

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

1.10.1 (2019-06-09)

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

1.10.0 (2019-06-09)

Bug Fixes

  • eslint-plugin: [explicit-function-return-type] Fix obj setter prop (8c8497c), closes #525
  • eslint-plugin: [no-extra-parens] Fix crash default switch case crash (5ec2b32), closes #509
  • typescript-estree: allow expressions in ExportDefaultDeclaration (#593) (861844d)
  • typescript-estree: stop ignoring comments in JSX with generic (#596) (31d5bd4)

Features

  • make utils/TSESLint export typed classes instead of just types (#526) (370ac72)
  • support TypeScript versions >=3.2.1 <3.6.0 (#597) (5d2b962)

1.9.0 (2019-05-12)

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

1.8.0 (2019-05-10)

Bug Fixes

Features

  • eslint-plugin: (EXPERIMENTAL) begin indent rewrite (#439) (6eb97d4)
  • eslint-plugin: no-inferrable-types: Support more primitives (#442) (4e193ca)
  • ts-estree: add preserveNodeMaps option (#494) (c3061f9)
  • Move shared types into their own package (#425) (a7a03ce)

1.7.0 (2019-04-20)

Features

  • eslint-plugin: support type assertions in no-extra-parens rule (#311) (116ca75)

1.6.0 (2019-04-03)

Bug Fixes

  • typescript-estree: add ExportDefaultDeclaration to union DeclarationStatement (#378) (bf04398)

Features

  • change TypeScript version range to >=3.2.1 <3.5.0 (#399) (a4f95d3)

1.5.0 (2019-03-20)

Bug Fixes

  • eslint-plugin: fix false positives for adjacent-overload-signatures regarding computed property names (#340) (f6e5118)
  • typescript-estree: only call watch callback on new files (#367) (0ef07c4)

1.4.2 (2019-02-25)

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

1.4.1 (2019-02-23)

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

1.4.0 (2019-02-19)

Bug Fixes

  • ts-estree: make sure that every node can be converted to tsNode (#287) (9f1d314)
  • typescript-estree, eslint-plugin: stop adding ParenthesizedExpressions to node maps (#226) (317405a)

Features

  • eslint-plugin: add ‘no-unnecessary-qualifier’ rule (#231) (cc8f906)
  • eslint-plugin: Migrate plugin to ts (#120) (61c60dc)
  • ts-estree: fix parsing nested sequence expressions (#286) (ecc9631)

1.3.0 (2019-02-07)

Bug Fixes

  • ts-estree: align typeArguments and typeParameters across nodes (#223) (3306198)
  • ts-estree: convert decorators on var and fn decs (#211) (0a1777f)
  • ts-estree: fix issues with typeParams in FunctionExpression (#208) (d4dfa3b)

Features

  • change TypeScript version range to >=3.2.1 <3.4.0 (#184) (f513a14)
  • ts-estree: enable errors 1098 and 1099 (#219) (fc50167)

1.2.0 (2019-02-01)

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

1.1.1 (2019-01-29)

Bug Fixes

  • parser: add visiting of type parameters in JSXOpeningElement (#150) (5e16003)
  • ts-estree: expand optional property to include question token (#138) (9068b62)

Performance Improvements

  • ts-estree: don't create Program in parse() (#148) (aacf5b0)

1.1.0 (2019-01-23)

Bug Fixes

  • typescript-estree: correct range of parameters with comments (#128) (91eedf2)
  • typescript-estree: fix range of assignment in parameter (#115) (4e781f1)

1.0.0 (2019-01-20)

Features

  • parser: support ecmaFeatures.jsx flag and tests (#85) (b321736)

0.2.1 (2019-01-20)

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