File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.1.0 / 2015-04-06
2
+ ==================
3
+
4
+ * update jsx-sort-props to reset the alphabetical verification on spread ([ #47 ] [ ] @zertosh )
5
+ * update jsx-uses-vars to be enabled by default ([ #49 ] [ ] @banderson )
6
+ * add jsx-boolean-value rule ([ #11 ] [ ] )
7
+ * add support for static methods in display-name and prop-types ([ #48 ] [ ] )
8
+ * fix describing comment for hasSpreadOperator() method ([ #53 ] [ ] @AlexKVal )
9
+
10
+ [ #47 ] : https://github.com/yannickcr/eslint-plugin-react/pull/47
11
+ [ #49 ] : https://github.com/yannickcr/eslint-plugin-react/pull/49
12
+ [ #11 ] : https://github.com/yannickcr/eslint-plugin-react/issues/11
13
+ [ #48 ] : https://github.com/yannickcr/eslint-plugin-react/issues/48
14
+ [ #53 ] : https://github.com/yannickcr/eslint-plugin-react/pull/53
15
+
1
16
2.0.2 / 2015-03-31
2
17
==================
3
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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