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

Releases: palantir/tslint

v3.7.2

11 Apr 19:14
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (v3.7.0-dev.3)

v3.7.0-dev.3

11 Apr 19:14
Compare
Choose a tag to compare
v3.7.0-dev.3 Pre-release
Pre-release
  • [bugfix] findConfigurationPath always returns an absolute path (#1093)
  • [bugfix] Update findup-sync dependency (#1080)
  • [bugfix] declare global no longer triggers no-internal-module rule (#1069)
  • [bugfix] Valid JS directives no longer trigger no-unused-expression rule (#1050)

v3.7.1

05 Apr 15:55
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (3.7.0-dev.2)

v3.7.0-dev.2

05 Apr 15:54
Compare
Choose a tag to compare
v3.7.0-dev.2 Pre-release
Pre-release
  • [bugfix] Improve handling of paths provided via the -c CLI option (#1083)

v3.7.0

01 Apr 23:08
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release

v3.7.0-dev.1

01 Apr 23:07
Compare
Choose a tag to compare
v3.7.0-dev.1 Pre-release
Pre-release
  • [enhancement] extends field for tslint.json files (#997)
  • [enhancement] --force CLI option (#1059)
  • [enhancement] Improve how Linter class handles configurations with a rulesDirectory field (#1035)
  • [new-rule] no-angle-bracket-type-assertion rule (#639)
  • [new-rule-option] "allow-undefined-check" option for triple-equals rule (#602)
  • [new-rule-option] "always-prefix" and "never-prefix" option for interface-name rule (#512)

Thanks to our contributors!

v3.6.0

12 Mar 01:15
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release

v3.6.0-dev.1

12 Mar 01:15
Compare
Choose a tag to compare
v3.6.0-dev.1 Pre-release
Pre-release
  • [enhancement] Add --exclude CLI option (#915)
  • [bugfix] Fix no-shadowed-variable rule handling of standalone blocks (#1021)
  • [deprecation] Configuration through package.json files (#1020)
  • [API] Export additional configuration methods from top-level "tslint" module (#1009)

Thanks to our contributors!

v3.5.0

23 Feb 22:06
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release

v3.5.0-dev.1

23 Feb 22:06
Compare
Choose a tag to compare
v3.5.0-dev.1 Pre-release
Pre-release
  • [new-rule-option] "ignore-pattern" option for no-unused-variable rule (#314)
  • [bugfix] Fix occassional crash in no-string-literal rule (#906)
  • [enhancement] Tweak behavior of member-ordering rule with regards to arrow function types in interfaces (#226)

Thanks to our contributors!