Skip to content

Commit 47489da

Browse files
committed
update changelog
1 parent 4ff2152 commit 47489da

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,48 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## 11.0.0-beta.0 - 2017-12-14
6+
## 11.0.0 - 2018-02-17
77

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.
911

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.
1114

12-
eslint 4:
13-
- Bumped to 4.13.0.
15+
### New features
16+
17+
- Update `eslint` from ~3.19.0 to ~4.18.0.
1418
- The `indent` rule is more strict.
1519
- The `padded-blocks` rule is more strict.
1620
- The `space-before-function-paren` rule is more strict.
1721
- The `no-multi-spaces` rule is more strict.
18-
- Minor improvements to
22+
- Minor improvements to:
1923
- `no-extra-parens`,
2024
- `no-unexpected-multiline`,
2125
- `no-regex-spaces`, and
2226
- `space-unary-ops`
2327

24-
eslint-plugin-import:
25-
- Bumped to 2.8.0.
28+
- Update `eslint-plugin-import` from `~2.2.0` to `~2.8.0`
2629
- Updated for eslint 4.0 compatibility.
2730
- Various small bug fixes included related to `import/*` rules.
2831

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.
3135

32-
- eslint-plugin-promise:
33-
- Bumped to 3.6.0.
36+
- Upodate `eslint-plugin-promise` from `~3.5.0` to `~3.6.0`.
3437

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`.
4345

46+
Huge thanks to [@Flet](https://github.com/Flet) for putting together most of this
47+
release!
4448

4549
## 10.0.3 - 2017-08-06
4650

0 commit comments

Comments
 (0)