|
| 1 | +14.0.0 / 2019-08-09 |
| 2 | +================== |
| 3 | + - [breaking] `no-self-assign`: enable `props` option |
| 4 | + - [breaking] enable `no-useless-catch` |
| 5 | + - [breaking] enable `max-classes-per-file` |
| 6 | + - [breaking] enable `no-misleading-character-class` |
| 7 | + - [breaking] enable `no-async-promise-executor` |
| 8 | + - [breaking] enable `prefer-object-spread` |
| 9 | + - [breaking] `func-name-matching`: enable `considerPropertyDescriptor` option |
| 10 | + - [breaking] `padded-blocks`: enable `allowSingleLineBlocks` option (#1255) |
| 11 | + - [breaking] `no-multiple-empty-lines`: Restrict empty lines at beginning of file (#2042) |
| 12 | + - [breaking] Set 'strict' to 'never' (#1962) |
| 13 | + - [breaking] legacy: Enable 'strict' (#1962) |
| 14 | + - [breaking] Simplifies `no-mixed-operators` (#1864) |
| 15 | + - [breaking] Require parens for arrow function args (#1863) |
| 16 | + - [breaking] add eslint v6, drop eslint v4 |
| 17 | + - [patch] `camelcase`: enable ignoreDestructuring |
| 18 | + - [patch] Add markers to spaced-comment block for Flow types (#1966) |
| 19 | + - [patch] Do not prefer destructuring for object assignment expression (#1583) |
| 20 | + - [deps] update `confusing-browser-globals`, `eslint-plugin-import`, `tape`, `babel-preset-airbnb` |
| 21 | + - [dev deps] update babel-related deps to latest |
| 22 | + - [dev deps] update `eslint-find-rules`, `eslint-plugin-import` |
| 23 | + - [tests] only run tests in non-lint per-package travis job |
| 24 | + - [tests] use `eclint` instead of `editorconfig-tools` |
| 25 | + |
1 | 26 | 13.2.0 / 2019-07-01
|
2 | 27 | ==================
|
3 | 28 | - [minor] Enforce dangling underscores in method names (#1907)
|
|
0 commit comments