|
| 1 | +13.0.0 / 2018-06-21 |
| 2 | +================== |
| 3 | + - [breaking] order of import statements is ignored for unassigned imports (#1782) |
| 4 | + - [breaking] enable `import/no-cycle`: warn on cyclical dependencies (#1779) |
| 5 | + - [breaking] Change import/no-self-import from "off" to "error" (#1770) |
| 6 | + - [breaking] Update `object-curly-newline` to match eslint 4.18.0 (#1761) |
| 7 | + - [breaking] enable `no-useless-path-segments` (#1743) |
| 8 | + - [breaking] Prevent line breaks before and after `=` (#1710) |
| 9 | + - [breaking] Add .mjs extension support (#1634) |
| 10 | + - [breaking] enable `implicit-arrow-linebreak` |
| 11 | + - [breaking] Enables `nonblock-statement-body-position` rule and adds link to guide (#1618) |
| 12 | + - [breaking] `no-mixed-operators`: only warn on `**` and `%` mixed with arithmetic operators; removes violation against mixing common math operators. (#1611) |
| 13 | + - [breaking] `import/named`: enable |
| 14 | + - [breaking] `lines-between-class-members`: set to “always” |
| 15 | + - [breaking] `no-else-return`: disallow else-if (#1595) |
| 16 | + - [breaking] Enables eslint rule for operator-linebreak |
| 17 | + - [new] Adds config entry point with only whitespace rules enabled (#1749, #1751) |
| 18 | + - [minor] only allow one newline at the end (#1794) |
| 19 | + - [patch] Adjust imports for vue-cli (#1809) |
| 20 | + - [patch] Allow devDependencies for `foo_spec.js` naming style (#1732) |
| 21 | + - [patch] `function-paren-newline`: change to "consistent" |
| 22 | + - [patch] avoid `__mocks__` `no-extraneous-dependencies` check (#1772) |
| 23 | + - [patch] Include 'accumulator' exception for `no-param-reassign` (#1768) |
| 24 | + - [patch] Set import/extensions to ignorePackages (#1652) |
| 25 | + - [patch] properly ignore indentation on jsx |
| 26 | + - [patch] `array-callback-return`: enable `allowImplicit` option (#1668) |
| 27 | + - [deps] update `eslint`, `eslint-plugin-import` |
| 28 | + - [dev deps] update `babel-preset-airbnb`, `tape`, `eslint-find-rules` |
| 29 | + - [meta] add ES2015-2018 in npm package keywords (#1587) |
| 30 | + - [meta] Add licenses to sub packages (#1746) |
| 31 | + - [docs] add `npx` shortcut (#1694) |
| 32 | + - [docs] Use HTTPS for links to ESLint documentation (#1628) |
| 33 | + - [tests] ensure all entry points parse |
| 34 | + |
1 | 35 | 12.1.0 / 2017-10-16
|
2 | 36 | ==================
|
3 | 37 | - [deps] update `eslint` to `v4.9`
|
|
0 commit comments