Tslint Versions Save

:vertical_traffic_light: An extensible linter for the TypeScript language

6.1.3

3 years ago
  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

6.1.2

4 years ago
  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

6.1.1

4 years ago
  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

6.1.0

4 years ago

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

6.0.0

4 years ago

⚠️ Note: This version has been marked as deprecated on NPM to encourage users to migrate to ESLint.

  • [bugfix] fix enforce-trailing-newline option in file-header rule (#4890)
  • [bugfix] avoid writing to temp files with writeFileSync on macOS 10.15 (#4887)
  • [bugfix] fix crash in completed-docs rule when tag contents are undefined (#4895)
  • [docs] fix example code of Radix rule (#4892)
  • [docs] Add missing colon after [error] in testing rules documentation (#4903)

Thanks to our contributors!

  • Ivan Sorokin
  • Tanmoy Bhowmik
  • Meng Wang
  • Jay Bhagat
  • Aman Sharma
  • Josh Goldberg

6.0.0-beta1

4 years ago

No changes from v6.0.0-beta0, just re-released to correctly mark with the beta dist-tags on NPM.

5.20.1

4 years ago

No changes from v5.20.0, just re-released to correctly mark with the latest dist-tag on NPM.

6.0.0-beta0

4 years ago
  • :fire: BREAKING CHANGES :fire:
    • [api] Changed default formatter to stylish (#4872)
    • [enhancement] Removed formatting and whitespace rules from tslint:recommended configuration (#4871)
    • [enhancement] Removed pedantic rules from tslint:recommended configuration (#4312)
    • [enhancement] vso formatter now reports severity of rule failures (#4286)
    • [enhancement] typedef rule arrow-call-signature option is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533)
    • [bugfix] ordered-imports is now consistent with TypeScript's Organise Imports ordering (#4064)
    • [bugfix] member-ordering now checks property accessors (getters and setters) (#3984)
  • Other changes
    • [bugfix] Removed deprecated rules from tslint:all configuration (#4862)
    • [bugfix] Preserve significant zeros in fixer for number-literal-format (#4856)
    • [bugfix] no-redundant-jsdoc allow @author tag (#4854)
    • [bugfix] RuleFailure#toJson() no longer forces rule severity to be an uppercase string (#2622)
    • [bugfixfix] return-undefined rule now works with TS 3.7 (#4866)
    • [enhancement] prefer-switch is more lenient with if statements containing multiple OR conditions without any else clause (#4873)
    • [enhancement] completed-doc: add support for constructor documentation (#4861)
    • [new-rule-option] case-insensitive-legacy for ordered-imports rule (#4064)
    • [docs] import-blacklist: add some options examples (#4858)
    • [docs] Update custom rule example to use recursive walker (#4883)

Thanks to our contributors!

  • J Rob Gant
  • Tanmoy Bhowmik
  • 谭九鼎
  • Ahmed Ghoneim
  • Josh Goldberg
  • Andrew Boyton
  • Peter Sandor
  • Vincent Langlet
  • Adrian Leonhard
  • Philipp Foedermayr
  • Brian Olore
  • andrew bernard
  • joon1030

5.20.0

4 years ago
  • [bugfix] fix strict-boolean-expressions false positive with "ignore-rhs" option (#4833)
  • [bugfix] fix no-unnecessary-type-assertion no error when "strict": true in compiler flags (#4841)
  • [bugfix] "ignore" option for file-name-casing rule works correctly (#4848)
  • [bugfix] fix array-type false positive for simple parenthesized types with "array-simple" option (#4844)
  • [new-rule-option] object-literal-shorthand supports {"property"?: "never", "method"?: "never"} as config options (#4842)
  • [new-rule-option]: allow-generics option for invalid-void rule (#4839)
  • [new-rule-option] check-super-calls option for unnecessary-constructor rule (#4813)
  • [chore] Upgrade diff dependency to v4.0.1 (#4845, #4852)

Thanks to our contributors!

  • Bas Bosman
  • Tanmoy Bhowmik
  • David Zulaica
  • Maxime Kjaer
  • @guidsdo
  • Pavel Birukov
  • Josh Goldberg
  • Akshaya Srivatsa

5.19.0

4 years ago

Thanks to our contributors!

  • Josh Pike
  • Tanmoy Bhowmik
  • Michael Withagen
  • Evgeniy Timokhov
  • Vitalij Krotov
  • Josh Goldberg
  • Veda
  • Guido
  • Robert Fink
  • Max Sysoev