File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
6
+ ## [ 3.5.0] - 2015-09-28
7
+ ### Added
8
+ * Add ` no-direct-mutation-state ` rule ([ #133 ] [ ] , [ #201 ] [ ] @petersendidit )
9
+ * Add ` forbid-prop-types ` rule ([ #215 ] [ ] @pwmckenna )
10
+
11
+ ### Fixed
12
+ * Fix no-did-mount/update-set-state rules for ES6 classes
13
+
14
+ ### Changed
15
+ * Update dependencies
16
+ * Documentation improvements ([ #222 ] [ ] @Andersos )
17
+
18
+ [ 3.5.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.4.2...v3.5.0
19
+ [ #133 ] : https://github.com/yannickcr/eslint-plugin-react/issues/133
20
+ [ #201 ] : https://github.com/yannickcr/eslint-plugin-react/issues/201
21
+ [ #215 ] : https://github.com/yannickcr/eslint-plugin-react/issues/215
22
+ [ #222 ] : https://github.com/yannickcr/eslint-plugin-react/pull/222
23
+
6
24
## [ 3.4.2] - 2015-09-18
7
25
### Fixed
8
26
* Only display the ` jsx-quotes ` deprecation warning with the default formatter ([ #221 ] [ ] )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.4.2 " ,
3
+ "version" : " 3.5.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments