File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
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
618Fixed a potential XSS bug when using ` render_props ` as per the example.
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments