Skip to content

Commit

Permalink
0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mic159 committed Jun 22, 2016
1 parent eeebac1 commit 8506fa1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

### 0.13.1

- Support `export default` ES6 style component exports.
- Show JS error message in python exception when not in debug mode.
- Updated some dependencies
- `body-parser` 1.14.1 > 1.15.2
- `express` 4.13.3 > 4.14.0
- `morgan` 1.6.1 > 1.7.0
- Updated example and tests to use babel 6.

*NOTE: Only JS changed in this release*

### 0.13.0

Fixed a potential XSS bug when using `render_props` as per the example.
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"marked": "^0.3.3",
"react": "^0.14.2",
"webpack": "^1.13.1",
"react-render-service": "^0.12.4"
"react-render-service": "^0.13.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-render-service",
"version": "0.12.4",
"version": "0.13.1",
"description": "HTTP microservice for rendering React to HTML on the server side",
"main": "render.js",
"bin": {
Expand Down

0 comments on commit 8506fa1

Please sign in to comment.