This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Releases: palantir/tslint
Releases · palantir/tslint
v3.9.0
v3.9.0-dev.0
- [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 toNaN
(#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
v3.8.0-dev.1
v3.8.0
v3.8.0-dev.0
- [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
v3.7.3
v3.7.0-dev.5
- [bugfix] Allow JS directives in namespaces (#1115)
v3.7.0-dev.4
- [bugfix] Downgrade
findup-sync
dependency (#1108)