This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Releases: palantir/tslint
Releases · palantir/tslint
v3.2.0
v3.2.0-dev.2
- [bugfix] formatters are now exported correctly to work with TS 1.8 (#863)
v3.2.0-dev.1
v3.1.1
v3.1.0
- [bugfix] build with TS v1.7.3 to fix null pointer exception (#832)
- [bugfix] fixed false positive in
no-require-imports
rule (#816) - [bugfix] fixed
no-shadowed-variable
false positives when handling destructuring in function params (#727) - [enhancement]
rulesDirectory
intslint.json
now supports multiple file paths (#795)
v3.1.0-dev.1
v3.0.0
v3.0.0-dev.3
v3.0.0-dev.2
v3.0.0-dev.1
- BREAKING CHANGES
- Rearchitect tslint to use external modules instead of merged namespaces (#726)
- Dependencies need to be handled differently now by custom rules and formatters
- See the PR for full details about this change
no-trailing-comma
rule removed, it is replaced by thetrailing-comma
rule (#687)- Rename
sort-object-literal-keys
rule toobject-literal-sort-keys
(#304, #537) Lint.abstract()
has been removed (#700)
- Rearchitect tslint to use external modules instead of merged namespaces (#726)
- [new-rule]
trailing-comma
rule (#557, #687) - [new-rule-option] "ban-keywords" option for
variable-name
rule (#735, #748) - [bugfix]
typedef
rule now handlesfor-of
loops correctly (#743) - [bugfix] Handle tslint.json utf-8 files which have a BOM correctly (#90)
Thanks to all the contributors for this release!