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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
55
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+
624## [ 3.4.2] - 2015-09-18
725### Fixed
826* Only display the ` jsx-quotes ` deprecation warning with the default formatter ([ #221 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.4.2 " ,
3+ "version" : " 3.5.0 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments