Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Releases: palantir/tslint

v6.1.3

31 Jul 15:00
10fc233
Compare
Choose a tag to compare
  • [bugfix] add support for TypeScript 4.0 peer dependency (#4943)

v6.1.2

27 Apr 02:17
Compare
Choose a tag to compare
  • [bugfix] restore typings compatibility with TS < 3.8 (#4933)

v6.1.1

02 Apr 02:24
Compare
Choose a tag to compare
  • [bugfix] upgrade mkdirp dependency to ^0.5.3 (#4918)

v6.1.0

11 Mar 01:26
Compare
Choose a tag to compare

Thanks to our contributors!

  • Daniel Zwelling
  • Ryan Delaney

v6.0.0

21 Jan 19:52
Compare
Choose a tag to compare

⚠️ 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

v6.0.0-beta1

05 Nov 17:56
Compare
Choose a tag to compare

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

v5.20.1

05 Nov 17:56
Compare
Choose a tag to compare

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

v6.0.0-beta0

03 Nov 18:14
ff79554
Compare
Choose a tag to compare
  • 🔥 BREAKING CHANGES 🔥
    • [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

v5.20.0

10 Sep 00:40
98edf1a
Compare
Choose a tag to compare

Thanks to our contributors!

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

v5.19.0

20 Aug 19:48
40b7793
Compare
Choose a tag to compare

Thanks to our contributors!

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