This repository was archived by the owner on Mar 25, 2021. It is now read-only.
v6.0.0-beta0
- 🔥 BREAKING CHANGES 🔥
- [api] Changed default formatter to stylish (#4872)
- [enhancement] Removed formatting and whitespace rules from
tslint:recommendedconfiguration (#4871) - [enhancement] Removed pedantic rules from
tslint:recommendedconfiguration (#4312) - [enhancement]
vsoformatter now reports severity of rule failures (#4286) - [enhancement]
typedefrulearrow-call-signatureoption is more consistent in reporting errors on lambdas and will flag more violations that were missed in the previous rule implementation (#4533) - [bugfix]
ordered-importsis now consistent with TypeScript's Organise Imports ordering (#4064) - [bugfix]
member-orderingnow checks property accessors (getters and setters) (#3984)
- Other changes
- [bugfix] Removed deprecated rules from
tslint:allconfiguration (#4862) - [bugfix] Preserve significant zeros in fixer for number-literal-format (#4856)
- [bugfix]
no-redundant-jsdocallow@authortag (#4854) - [bugfix]
RuleFailure#toJson()no longer forces rule severity to be an uppercase string (#2622) - [bugfixfix]
return-undefinedrule now works with TS 3.7 (#4866) - [enhancement]
prefer-switchis more lenient withifstatements containing multiple OR conditions without anyelseclause (#4873) - [enhancement]
completed-doc: add support for constructor documentation (#4861) - [new-rule-option]
case-insensitive-legacyforordered-importsrule (#4064) - [docs]
import-blacklist: add some options examples (#4858) - [docs] Update custom rule example to use recursive walker (#4883)
- [bugfix] Removed deprecated rules from
Thanks to our contributors!
- J Rob Gant
- Tanmoy Bhowmik
- 谭九鼎
- Ahmed Ghoneim
- Josh Goldberg
- Andrew Boyton
- Peter Sandor
- Vincent Langlet
- Adrian Leonhard
- Philipp Foedermayr
- Brian Olore
- andrew bernard
- joon1030