File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ### 1.1.0
5
+
6
+ Upgrade to React 16
7
+
8
+ - Drop support for react ` 0.14.x `
9
+ - Switch react to version 16
10
+ - Use the new streaming render API for faster TTFB
11
+
12
+ * Note:* JS only release. Python package remains at 1.0.0
13
+
4
14
### 1.0.0
5
15
6
16
Upgraded to React 15
Original file line number Diff line number Diff line change 15
15
"react" : " 16.0" ,
16
16
"react-dom" : " 16.0" ,
17
17
"webpack" : " ^1.13.1" ,
18
- "react-render-service" : " ^1.0 .0"
18
+ "react-render-service" : " ^1.1 .0"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-render-service" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " HTTP microservice for rendering React to HTML on the server side" ,
5
5
"main" : " render.js" ,
6
6
"bin" : {
16
16
},
17
17
"peerDependencies" : {
18
18
"react" : " ^15.0 || ^16.0" ,
19
- "react-dom" : " ^145 .0|| ^16.0"
19
+ "react-dom" : " ^15 .0|| ^16.0"
20
20
},
21
21
"author" : " Michael Cooper" ,
22
22
"repository" : {
You can’t perform that action at this time.
0 commit comments