Skip to content

Latest commit

 

History

History
484 lines (150 loc) · 14.9 KB

File metadata and controls

484 lines (150 loc) · 14.9 KB

Change Log

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

3.0.0 (2020-05-21)

Features

2.34.0 (2020-05-18)

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

2.33.0 (2020-05-12)

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

2.32.0 (2020-05-11)

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

2.31.0 (2020-05-04)

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

2.30.0 (2020-04-27)

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

2.29.0 (2020-04-20)

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

2.28.0 (2020-04-13)

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

2.27.0 (2020-04-06)

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

2.26.0 (2020-03-30)

Features

2.25.0 (2020-03-23)

Bug Fixes

2.24.0 (2020-03-16)

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

2.23.0 (2020-03-09)

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

2.22.0 (2020-03-02)

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

2.21.0 (2020-02-24)

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

2.20.0 (2020-02-17)

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

2.19.2 (2020-02-10)

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

2.19.1 (2020-02-10)

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

2.19.0 (2020-02-03)

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

2.18.0 (2020-01-27)

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

2.17.0 (2020-01-20)

Features

  • experimental-utils: expose getParserServices from utils (#1448) (982c8bc)

2.16.0 (2020-01-13)

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

2.15.0 (2020-01-06)

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

2.14.0 (2019-12-30)

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

2.13.0 (2019-12-23)

Features

  • eslint-plugin-tslint: add fixer for config rule (#1342) (c52c5c9)

2.12.0 (2019-12-16)

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

2.11.0 (2019-12-09)

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

2.10.0 (2019-12-02)

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

2.9.0 (2019-11-25)

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

2.8.0 (2019-11-18)

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

2.7.0 (2019-11-11)

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

2.6.1 (2019-11-04)

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

2.6.0 (2019-10-28)

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

2.5.0 (2019-10-21)

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

2.4.0 (2019-10-14)

Bug Fixes

  • support long running "watch" lint sessions (#973) (854620e)

Features

  • typescript-estree: support for parsing 3.7 features (#1045) (623febf)

2.3.3 (2019-10-07)

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

2.3.2 (2019-09-30)

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

2.3.1 (2019-09-23)

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

2.3.0 (2019-09-16)

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

2.2.0 (2019-09-09)

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

2.1.0 (2019-09-02)

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

2.0.0 (2019-08-13)

Features

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

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

  • feat(typescript-estree)!: throw error on file not in project when project set (#760) (3777b77), closes #760

BREAKING CHANGES

  • recommended config changes are considered breaking
  • by default we will now throw when a file is not in the project provided
  • Node 6 is no longer supported

1.13.0 (2019-07-21)

Bug Fixes

  • Correct @types/json-schema dependency (#675) (a5398ce)

1.12.0 (2019-07-12)

Features

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

1.11.0 (2019-06-23)

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

1.10.2 (2019-06-10)

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

1.10.1 (2019-06-09)

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

1.10.0 (2019-06-09)

Features

  • make utils/TSESLint export typed classes instead of just types (#526) (370ac72)

1.9.0 (2019-05-12)

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

1.8.0 (2019-05-10)

Bug Fixes

  • upgrade lockfile versions (#487) (f029dba)
  • eslint-plugin: Support more nodes no-extra-parens (2d15644)

1.7.0 (2019-04-20)

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

1.6.0 (2019-04-03)

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

1.5.0 (2019-03-20)

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

1.4.2 (2019-02-25)

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

1.4.1 (2019-02-23)

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

1.4.0 (2019-02-19)

Features

1.3.0 (2019-02-07)

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

1.2.0 (2019-02-01)

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

1.1.1 (2019-01-29)

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

1.1.0 (2019-01-23)

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

1.0.0 (2019-01-20)

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

0.2.1 (2019-01-20)

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