This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Releases: palantir/tslint
Releases · palantir/tslint
v3.4.0
v3.4.0-dev.2
- [new-rule-option] "arrow-parameter" option for
typedef
rule (#333) - [new-rule-option] "never" option for
semicolon
rule (#363) - [new-rule-option] "onespace" setting for
typedef-whitespace
rule (#888) - [new-rule-option]
typedef-whitespace
rule can now check spacing on right side of typdef colon (#888) - [enhancement]
member-ordering
rule treats arrow functions as methods (#226) - [bugfix] Handle spaces before typedefs correctly in
typedef-whitespace
rule (#955) - [bugfix]
label-position
rule now allows labels onfor-of
loops (#959)
Thanks to our contributors!
- @b0r3as
- @ChaseMoskal
- @Pajn
- @pe8ter
- @tomduncalf
v3.4.0-dev.1
- [enhancement] Revamped testing system (#620)
- Writing tests for rules is now much simpler with a linter DSL.
See existing tests intest/rules/**/*.ts.lint
for examples.
- Writing tests for rules is now much simpler with a linter DSL.
- [enhancement] New msbuild formatter (#947)
- [bugfix] Fix handling of multiline literals in
trailing-comma
rule (#856) - [bugfix]
one-line
rule correctly checks space betweencatch
and opening brace (#925) - [bugfix]
one-line
rule correctly checks multiline variable declarations (#935) - [enhancement] New option
check-finally
forone-line
rule (#925) - BREAKING CHANGES
- [bugfix] Report error when a rule in the config file is not found (#598)
Thanks to our contributors!
v3.3.0-dev.2
- Add TypeScript peer dependency
>=1.9.0-dev
to support latest nightlies
v3.3.0
v3.3.0-dev.1
- [bugfix] Correctly handle more than one custom rules directory (#928)
v3.2.2
- Stable release containing changes from the last dev release (3.2.2-dev.1)
- [enhancement] Throw an error if a path to a directory of custom rules is invalid (#910)
- [new-rule-option] "jsx-single" and "jsx-double" options for
quotemark
rule (#673) - [bugfix] Handle paths to directories of custom rules more accurately
- [bugfix]
no-unused-expression
rule handlesawait
statements correctly (#887)
v3.2.2-dev.1
- [enhancement] Throw an error if a path to a directory of custom rules is invalid (#910)
- [new-rule-option] "jsx-single" and "jsx-double" options for
quotemark
rule (#673) - [bugfix] Handle paths to directories of custom rules more accurately
- [bugfix]
no-unused-expression
rule handlesawait
statements correctly (#887)