|
1 | 1 | Change Log
|
2 | 2 | ===
|
3 | 3 |
|
| 4 | +v4.3.0 |
| 5 | +--- |
| 6 | + |
| 7 | +* **Enabled additional rules in `tslint:latest` configuration** (#1981) |
| 8 | +* [new-rule] `space-before-function-paren` (#1897) |
| 9 | +* [new-rule] `typeof-compare` (#1927) |
| 10 | +* [new-rule] `import-spacing` (#1935) |
| 11 | +* [new-rule] `unified-signatures` (#1944) |
| 12 | +* [new-fixer] `object-literal-key-quotes` (#1953) |
| 13 | +* [new-fixer] `no-angle-bracket-type-assertion` (#1979) |
| 14 | +* [bugfix] `adjacent-overload-signature` now handles static/computed function names (#1831) |
| 15 | +* [bugfix] `file-header` now handles files with only comments (#1913) |
| 16 | +* [bugfix] `no-consecutive-blank-lines` now allows blank lines in template strings (#1886) |
| 17 | +* [bugfix] `object-literal-key-quotes` no longer throws exception when using rest operator (#1916) |
| 18 | +* [bugfix] `restrict-plus-operands` no longer shows false positive in ternary operation (#1925) |
| 19 | +* [bugfix] `prefer-for-of` now handles nested `for` loops with reused iterator (#1926) |
| 20 | +* [bugfix] Exit gracefully when `tsconfig.json` passed as `--project` argument doens't have files (#1933) |
| 21 | +* [bugfix] `object-literal-key-quotes` now handles shorthand and spread properties (#1945) |
| 22 | +* [bugfix] `arrow-parens` Allow binding patterns `([x, y]) => ...` and `({x, y}) => ...` to have parens (#1958) |
| 23 | +* [bugfix] `semicolon` fixer now handles comma separator in interfaces and indicates failure when commas are using in interfaces (#1856) |
| 24 | +* [bugfix] `only-arrow-functions` option `allow-named-functions` now allows function declarations (#1961) |
| 25 | +* [bugfix] `prefer-for-of` no longer shows false positive when array is in parentheses (#1986) |
| 26 | +* [bugfix] `prefer-const` now works for TypeScript versions < 2.1.0 (#1989) |
| 27 | +* [enhancement] `member-access` narrow location of error (#1964) |
| 28 | + |
| 29 | +Thanks to our contributors! |
| 30 | + |
| 31 | +* Andrii Dieiev |
| 32 | +* @andy-ms |
| 33 | +* Andy Hanson |
| 34 | +* Josh Goldberg |
| 35 | +* Klaus Meinhardt |
| 36 | +* Linda_pp |
| 37 | +* Mohsen Azimi |
| 38 | +* Victor Grigoriu |
| 39 | +* Yuichi Nukiyama |
| 40 | +* cameron-mcateer |
| 41 | + |
4 | 42 | v4.2.0
|
5 | 43 | ---
|
6 | 44 |
|
|
0 commit comments