@@ -3,16 +3,7 @@ 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
- ## [ 4.0.0-rc.1] - 2016-02-15
7
- ### Fixed
8
- * Fix ` jsx-handler-names ` regex ([ #425 ] [ ] )
9
- * Fix destructured props detection in ` prop-types ` ([ #443 ] [ ] )
10
-
11
- [ 4.0.0-rc.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v4.0.0-rc.0...v4.0.0-rc.1
12
- [ #425 ] : https://github.com/yannickcr/eslint-plugin-react/issues/425
13
- [ #443 ] : https://github.com/yannickcr/eslint-plugin-react/issues/443
14
-
15
- ## [ 4.0.0-rc.0] - 2016-02-14
6
+ ## [ 4.0.0] - 2016-02-19
16
7
### Added
17
8
* Add ` jsx-space-before-closing ` rule ([ #244 ] [ ] @ryym )
18
9
* Add support for destructing in function signatures to ` prop-types ` ([ #354 ] [ ] @lencioni )
@@ -26,19 +17,23 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
26
17
27
18
### Fixed
28
19
* Only ignore lowercase JSXIdentifier in ` jsx-no-undef ` ([ #435 ] [ ] )
20
+ * Fix ` jsx-handler-names ` regex ([ #425 ] [ ] )
21
+ * Fix destructured props detection in ` prop-types ` ([ #443 ] [ ] )
29
22
30
23
### Changed
31
24
* Update dependencies ([ #426 ] [ ] @quentin- )
32
25
* Documentation improvements ([ #414 ] [ ] @vkrol , [ #370 ] [ ] @tmcw , [ #441 ] [ ] [ #429 ] [ ] @lencioni , [ #432 ] [ ] @Niler851 , [ #438 ] [ ] @jmann6 )
33
26
34
- [ 4.0.0-rc.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0-rc .0
27
+ [ 4.0.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.16.1...v4.0.0
35
28
[ #244 ] : https://github.com/yannickcr/eslint-plugin-react/issues/244
36
29
[ #354 ] : https://github.com/yannickcr/eslint-plugin-react/issues/354
37
30
[ #128 ] : https://github.com/yannickcr/eslint-plugin-react/issues/128
38
31
[ #192 ] : https://github.com/yannickcr/eslint-plugin-react/issues/192
39
32
[ #87 ] : https://github.com/yannickcr/eslint-plugin-react/issues/87
40
33
[ #440 ] : https://github.com/yannickcr/eslint-plugin-react/pull/440
41
34
[ #435 ] : https://github.com/yannickcr/eslint-plugin-react/issues/435
35
+ [ #425 ] : https://github.com/yannickcr/eslint-plugin-react/issues/425
36
+ [ #443 ] : https://github.com/yannickcr/eslint-plugin-react/issues/443
42
37
[ #426 ] : https://github.com/yannickcr/eslint-plugin-react/pull/426
43
38
[ #414 ] : https://github.com/yannickcr/eslint-plugin-react/pull/414
44
39
[ #370 ] : https://github.com/yannickcr/eslint-plugin-react/pull/370
0 commit comments