Skip to content

Latest commit

 

History

History
122 lines (51 loc) · 5.92 KB

File metadata and controls

122 lines (51 loc) · 5.92 KB

Change Log

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

2.2.0 (2019-09-09)

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

2.1.0 (2019-09-02)

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

2.0.0 (2019-08-13)

Bug Fixes

  • eslint-plugin: add Literal to RuleListener types (#824) (3c902a1)
  • utils: add ES2019 as valid ecmaVersion (#746) (d11fbbe)

Features

  • explicitly support eslint v6 (#645) (34a7cf6)

  • feat(eslint-plugin)!: recommended-requiring-type-checking config (#846) (d3470c9), closes #846

  • feat(eslint-plugin)!: change recommended config (#729) (428567d), closes #729

  • feat(eslint-plugin)!: add rule consistent-type-assertions (#731) (92e98de), closes #731

BREAKING CHANGES

  • removed some rules from recommended config
  • recommended config changes are considered breaking
  • Merges both no-angle-bracket-type-assertion and no-object-literal-type-assertion into one rule
  • Node 6 is no longer supported

1.13.0 (2019-07-21)

Bug Fixes

  • Correct @types/json-schema dependency (#675) (a5398ce)
  • utils: move typescript from peer dep to dev dep (#712) (f949355)
  • utils: RuleTester should not require a parser (#713) (158a417)

Features

  • eslint-plugin: add new rule no-misused-promises (#612) (28a131d)

1.12.0 (2019-07-12)

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

1.11.0 (2019-06-23)

Bug Fixes

  • eslint-plugin: Remove duplicated code (#611) (c4df4ff)

Features

  • eslint-plugin: add consistent-type-definitions rule (#463) (ec87d06)

1.10.2 (2019-06-10)

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

1.10.1 (2019-06-09)

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

1.10.0 (2019-06-09)

Bug Fixes

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/experimental-utils

1.8.0 (2019-05-10)

Features

  • Move shared types into their own package (#425) (a7a03ce)