Skip to content

Commit 8506fa1

Browse files
committed
0.13.1
1 parent eeebac1 commit 8506fa1

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
### 0.13.1
5+
6+
- Support `export default` ES6 style component exports.
7+
- Show JS error message in python exception when not in debug mode.
8+
- Updated some dependencies
9+
- `body-parser` 1.14.1 > 1.15.2
10+
- `express` 4.13.3 > 4.14.0
11+
- `morgan` 1.6.1 > 1.7.0
12+
- Updated example and tests to use babel 6.
13+
14+
*NOTE: Only JS changed in this release*
15+
416
### 0.13.0
517

618
Fixed a potential XSS bug when using `render_props` as per the example.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"marked": "^0.3.3",
1515
"react": "^0.14.2",
1616
"webpack": "^1.13.1",
17-
"react-render-service": "^0.12.4"
17+
"react-render-service": "^0.13.1"
1818
}
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-render-service",
3-
"version": "0.12.4",
3+
"version": "0.13.1",
44
"description": "HTTP microservice for rendering React to HTML on the server side",
55
"main": "render.js",
66
"bin": {

0 commit comments

Comments
 (0)