File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2.2.0 / 2015-04-22
2
+ ==================
3
+
4
+ * add jsx-sort-prop-types rule ([ #38 ] [ ] @AlexKVal )
5
+ * fix variables marked as used when a prop has the same name ([ #69 ] [ ] @burnnat )
6
+ * documentation improvements ([ #71 ] [ ] @AlexKVal )
7
+
8
+ [ #38 ] : https://github.com/yannickcr/eslint-plugin-react/issues/38
9
+ [ #69 ] : https://github.com/yannickcr/eslint-plugin-react/pull/69
10
+ [ #71 ] : https://github.com/yannickcr/eslint-plugin-react/pull/71
11
+
1
12
2.1.1 / 2015-04-17
2
13
==================
3
14
4
15
* add support for classes static properties ([ #43 ] [ ] )
5
16
* add tests for the babel-eslint parser
6
- * add ESLint as peerDependency (@AlexKVal )
7
- * documentation improvements (@AlexKVal , @chriscalo )
17
+ * add ESLint as peerDependency ([ # 63 ] [ ] @AlexKVal )
18
+ * documentation improvements ([ # 55 ] [ ] @AlexKVal , [ # 60 ] [ ] @chriscalo )
8
19
9
20
[ #43 ] : https://github.com/yannickcr/eslint-plugin-react/issues/43
21
+ [ #63 ] : https://github.com/yannickcr/eslint-plugin-react/pull/63
22
+ [ #55 ] : https://github.com/yannickcr/eslint-plugin-react/pull/55
23
+ [ #60 ] : https://github.com/yannickcr/eslint-plugin-react/pull/60
10
24
11
25
2.1.0 / 2015-04-06
12
26
==================
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.1.1 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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