We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8ff8b commit 120fd1eCopy full SHA for 120fd1e
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+### 1.1.1
5
+
6
+Revert to non-streaming API due to performance degredation.
7
8
+*Note:* JS only release. Python package remains at 1.0.0
9
10
### 1.1.0
11
12
Upgrade to React 16
example/package.json
@@ -15,6 +15,6 @@
15
"react": "16.0",
16
"react-dom": "16.0",
17
"webpack": "^1.13.1",
18
- "react-render-service": "^1.1.0"
+ "react-render-service": "^1.1.1"
19
}
20
package.json
@@ -1,6 +1,6 @@
{
"name": "react-render-service",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "HTTP microservice for rendering React to HTML on the server side",
"main": "render.js",
"bin": {
0 commit comments