|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | This project adheres to [Semantic Versioning](http://semver.org/). |
5 | 5 |
|
6 | | -## 11.0.0-beta.0 - 2017-12-14 |
| 6 | +## 11.0.0 - 2018-02-17 |
7 | 7 |
|
8 | | -This release has no new rules, but it does update to the latest version of `eslint`, which has some significant changes to existing rules. Most updates are to make rules more strict. |
| 8 | +This release has no new rules, but it does update to the latest version of `eslint`, |
| 9 | +version 4, which has some significant changes to existing rules. Most updates make |
| 10 | +the rules more strict. |
9 | 11 |
|
10 | | -Thankfully, most will just need to run `standard --fix` to update their code to be compliant. |
| 12 | +Thankfully, most users will just need to run `standard --fix` to update code to be |
| 13 | +compliant. |
11 | 14 |
|
12 | | -eslint 4: |
13 | | - - Bumped to 4.13.0. |
| 15 | +### New features |
| 16 | + |
| 17 | +- Update `eslint` from ~3.19.0 to ~4.18.0. |
14 | 18 | - The `indent` rule is more strict. |
15 | 19 | - The `padded-blocks` rule is more strict. |
16 | 20 | - The `space-before-function-paren` rule is more strict. |
17 | 21 | - The `no-multi-spaces` rule is more strict. |
18 | | - - Minor improvements to |
| 22 | + - Minor improvements to: |
19 | 23 | - `no-extra-parens`, |
20 | 24 | - `no-unexpected-multiline`, |
21 | 25 | - `no-regex-spaces`, and |
22 | 26 | - `space-unary-ops` |
23 | 27 |
|
24 | | -eslint-plugin-import: |
25 | | - - Bumped to 2.8.0. |
| 28 | +- Update `eslint-plugin-import` from `~2.2.0` to `~2.8.0` |
26 | 29 | - Updated for eslint 4.0 compatibility. |
27 | 30 | - Various small bug fixes included related to `import/*` rules. |
28 | 31 |
|
29 | | -eslint-plugin-node: |
30 | | - - The `no-deprecated-api` rule updated to with node 8 support and better node 6 support. |
| 32 | +- Update `eslint-plugin-node` from `~4.2.2` to `~6.0.0` |
| 33 | + - The `no-deprecated-api` rule is updated with Node.js 8 support and improved |
| 34 | + Node 6 support. |
31 | 35 |
|
32 | | - - eslint-plugin-promise: |
33 | | - - Bumped to 3.6.0. |
| 36 | +- Upodate `eslint-plugin-promise` from `~3.5.0` to `~3.6.0`. |
34 | 37 |
|
35 | | -eslint-plugin-react: |
36 | | - - Bumped to 5.0.0 |
37 | | - - Fix jsx-indent crash |
38 | | - - Fix jsx-indent indentation calculation with nested JSX |
39 | | - - jsx-no-undef will not check the global scope by default. |
40 | | - - Fix jsx-curly-spacing newline with object literals bug |
41 | | - - Fix jsx-curly-spacing schema incompatibility with ESLint 4.2.0 |
42 | | - - Fix alignment bug in jsx-indent |
| 38 | +- Update `eslint-plugin-react` from `~6.10.0` to `~7.6.1` |
| 39 | + - Fix `jsx-indent` crash |
| 40 | + - Fix `jsx-indent` indentation calculation with nested JSX. |
| 41 | + - Fix `jsx-no-undef` will not check the global scope by default. |
| 42 | + - Fix `jsx-curly-spacing` newline with object literals bug. |
| 43 | + - Fix `jsx-curly-spacing` schema incompatibility with ESLint 4.2.0. |
| 44 | + - Fix alignment bug in `jsx-indent`. |
43 | 45 |
|
| 46 | +Huge thanks to [@Flet](https://github.com/Flet) for putting together most of this |
| 47 | +release! |
44 | 48 |
|
45 | 49 | ## 10.0.3 - 2017-08-06 |
46 | 50 |
|
|
0 commit comments