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.15.0] - 2016-01-12
7+ ### Added
8+ * Add support for flow annotations to ` prop-types ` ([ #382 ] [ ] @phpnode )
9+
10+ ### Fixed
11+ * Fix ` prop-types ` crash when initializing class variable with an empty object ([ #383 ] [ ] )
12+ * Fix ` prop-types ` crash when propTypes are using the spread operator ([ #389 ] [ ] )
13+
14+ ### Changed
15+ * Improve ` sort-comp ` error messages ([ #372 ] [ ] @SystemParadox )
16+ * Update dependencies
17+
18+ [ 3.15.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.14.0...v3.15.0
19+ [ #382 ] : https://github.com/yannickcr/eslint-plugin-react/pull/382
20+ [ #383 ] : https://github.com/yannickcr/eslint-plugin-react/issues/383
21+ [ #389 ] : https://github.com/yannickcr/eslint-plugin-react/issues/389
22+ [ #372 ] : https://github.com/yannickcr/eslint-plugin-react/pull/372
23+
624## [ 3.14.0] - 2016-01-05
725### Added
826* Add ` jsx-indent ` rule ([ #342 ] [ ] )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.14 .0" ,
3+ "version" : " 3.15 .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