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

Releases: palantir/tslint

v3.9.0

03 May 21:01
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (v3.9.0-dev.0)

v3.9.0-dev.0

03 May 21:00
Compare
Choose a tag to compare
v3.9.0-dev.0 Pre-release
Pre-release
  • [new-rule] no-namespace rule (#1133)
  • [new-rule] one-variable-per-declaration rule (#525)
  • [new-rule-option] "ignore-params" option for no-inferrable-types rule (#1190)
  • [new-rule-option] "no-this-in-function-in-method" option for no-invalid-this rule (#1179)
  • [enhancement] Single line enable/disable comments (#144)
  • [enhancement] Resolve extends packages relative to location of configuration file (#1171)
  • [enhancement] Linter class will throw an error if configuration is of an invalid type (#1167)
  • [bugfix] use-isnan allows assaignments to NaN (#1054)
  • [bugfix] no-unreachable handles allows hoisted type aliases (#564)
  • [bugfix] member-ordering rule now checks constructors (#1158)
  • [bugfix] --test CLI command works correctly with specifiying custom rules (#1195)

Thanks to our contributors!

v3.8.1

25 Apr 02:21
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (v3.8.0-dev.1)

v3.8.0-dev.1

25 Apr 02:20
Compare
Choose a tag to compare
v3.8.0-dev.1 Pre-release
Pre-release
  • [bugfix] Allow JS directives at the start of constructors, getters, and setters (#1159)
  • [bugfix] Remove accidentally included performance profiles from published NPM artifact (#1160)

Thanks to our contributor!

v3.8.0

21 Apr 22:45
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (v3.8.0-dev.0)

v3.8.0-dev.0

21 Apr 22:44
Compare
Choose a tag to compare
v3.8.0-dev.0 Pre-release
Pre-release
  • [new-rule] no-invalid-this rule (#1105)
  • [new-rule] use-isnan rule (#1054)
  • [new-rule] no-reference rule (#1139)
  • [new-rule-option] "allow-pascal-case" option for variable-name rule (#1079)
  • [enhancement] Comments now allowed in tslint.json files (#1129)
  • [enhancement] Smarter trailing-comma behavior (#1122)
  • [enhancement] semicolon rule more lenient with arrow-function class members (#1076)
  • [enhancement] Allow enabling/disabling rules with // comments (#1134)
  • [enhancement] New checkstyle formatter (#250)
  • [enhancement] Clearer message for no-var-keyword rule (#1124)
  • [bugfix] Loaded configurations are not cached (#1128)
  • [bugfix] Allow JS directives at the start of class methods (#1144)

Thanks to our contributors!

v3.7.4

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

v3.7.3

12 Apr 00:28
Compare
Choose a tag to compare
  • Stable release containing changes from the last dev release (v3.7.0-dev.4)

v3.7.0-dev.5

12 Apr 19:22
Compare
Choose a tag to compare
v3.7.0-dev.5 Pre-release
Pre-release
  • [bugfix] Allow JS directives in namespaces (#1115)

v3.7.0-dev.4

12 Apr 00:26
Compare
Choose a tag to compare
v3.7.0-dev.4 Pre-release
Pre-release
  • [bugfix] Downgrade findup-sync dependency (#1108)