@@ -3,6 +3,34 @@ 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.6.0] - 2015-10-18
7+ ### Added
8+ * Add support for stateless function components to ` display-name ` and ` prop-types ` ([ #237 ] [ ] )
9+ * Add callbacksLast option to ` jsx-sort-props ` and ` jsx-sort-prop-types ` ([ #242 ] [ ] @Daniel15 )
10+ * Add ` prefer-es6-class ` rule ([ #247 ] [ ] @hamiltondanielb )
11+
12+ ### Fixed
13+ * Fix ` forbid-prop-types ` crash with destructured PropTypes ([ #230 ] [ ] @epmatsw )
14+ * Fix ` forbid-prop-types ` to do not modify AST directly ([ #249 ] [ ] @rhysd )
15+ * Fix ` prop-types ` crash with empty destructuring ([ #251 ] [ ] )
16+ * Fix ` prop-types ` to not validate computed keys in destructuring ([ #236 ] [ ] )
17+
18+ ### Changed
19+ * Update dependencies
20+ * Improve components detection ([ #233 ] [ ] )
21+ * Documentation improvements ([ #248 ] [ ] @dguo )
22+
23+ [ 3.6.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.5.1...v3.6.0
24+ [ #237 ] : https://github.com/yannickcr/eslint-plugin-react/issues/237
25+ [ #242 ] : https://github.com/yannickcr/eslint-plugin-react/pull/242
26+ [ #247 ] : https://github.com/yannickcr/eslint-plugin-react/issues/247
27+ [ #230 ] : https://github.com/yannickcr/eslint-plugin-react/issues/230
28+ [ #249 ] : https://github.com/yannickcr/eslint-plugin-react/issues/249
29+ [ #251 ] : https://github.com/yannickcr/eslint-plugin-react/issues/251
30+ [ #236 ] : https://github.com/yannickcr/eslint-plugin-react/issues/236
31+ [ #233 ] : https://github.com/yannickcr/eslint-plugin-react/issues/233
32+ [ #248 ] : https://github.com/yannickcr/eslint-plugin-react/pull/248
33+
634## [ 3.5.1] - 2015-10-01
735### Fixed
836* Fix ` no-direct-mutation-state ` to report only in React components ([ #229 ] [ ] )
0 commit comments