File tree Expand file tree Collapse file tree
react-server-data-bundle-cache
react-server-integration-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## v0.4.2 (2016-08-10)
12
3+ #### Enhancement
4+ * ` react-server-cli `
5+ * [ #513 ] ( https://github.com/redfin/react-server/pull/513 ) add body-parser middleware for express. ([ @mattiasewers ] ( https://github.com/mattiasewers ) )
6+
7+ #### Bug fix
8+ * ` react-server `
9+ * [ #501 ] ( https://github.com/redfin/react-server/pull/501 ) Prevent another type of flash of unstyled content. ([ @gigabo ] ( https://github.com/gigabo ) )
10+ * [ #518 ] ( https://github.com/redfin/react-server/pull/518 ) Eliminate a frameback navigation initialization race. ([ @gigabo ] ( https://github.com/gigabo ) )
11+
12+ #### Commiters: 6
13+ - Bo Borgerson ([ gigabo] ( https://github.com/gigabo ) )
14+ - David Alber ([ davidalber] ( https://github.com/davidalber ) )
15+ - Douglas Wade ([ doug-wade] ( https://github.com/doug-wade ) )
16+ - Greenkeeper ([ greenkeeperio-bot] ( https://github.com/greenkeeperio-bot ) )
17+ - Mattias Ewers ([ mattiasewers] ( https://github.com/mattiasewers ) )
18+ - Omer Zach ([ omerzach] ( https://github.com/omerzach ) )
219
320## v0.4.1 (2016-08-04)
421
157174- Douglas Wade ([ doug-wade] ( https://github.com/doug-wade ) )
158175- Rob Landers ([ withinboredom] ( https://github.com/withinboredom ) )
159176
160- > @ changelog /Users/doug.wade/code/react-server
161- > lerna-changelog
Original file line number Diff line number Diff line change 11{
22 "lerna" : " 2.0.0-beta.24" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "changelog" : {
55 "repo" : " redfin/react-server" ,
66 "labels" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " generator-react-server" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " A react-server yeoman generator" ,
55 "homepage" : " http://github.com/redfin/react-server" ,
66 "author" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-cli" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " A command line to run react-server" ,
55 "main" : " target/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-data-bundle-cache" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " React Server Data Bundle Cache" ,
55 "main" : " index.js" ,
66 "repository" : " redfin/react-server" ,
1717 "stratocacher-layer-lru" : " 0.0.12"
1818 },
1919 "peerDependencies" : {
20- "react-server" : " ^0.4.1 "
20+ "react-server" : " ^0.4.2 "
2121 },
2222 "devDependencies" : {
2323 "rimraf" : " ^2.5.2"
Original file line number Diff line number Diff line change 1111 "q" : " ^1.4.1" ,
1212 "react" : " ~0.14.2" ,
1313 "react-dom" : " ~0.14.2" ,
14- "react-server" : " ^0.4.1 " ,
15- "react-server-cli" : " ^0.4.1 " ,
14+ "react-server" : " ^0.4.2 " ,
15+ "react-server-cli" : " ^0.4.2 " ,
1616 "rimraf" : " ^2.5.2" ,
1717 "superagent" : " 1.2.0"
1818 },
19- "version" : " 0.4.1 "
19+ "version" : " 0.4.2 "
2020}
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-test-pages" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "private" : true ,
55 "description" : " Some pages to test out features of react-server" ,
66 "main" : " index.js" ,
1818 "q" : " 1.4.1" ,
1919 "react" : " ^0.14.2" ,
2020 "react-dom" : " ^0.14.2" ,
21- "react-server" : " ^0.4.1 " ,
22- "react-server-cli" : " ^0.4.1 " ,
23- "react-server-data-bundle-cache" : " ^0.4.1 " ,
21+ "react-server" : " ^0.4.2 " ,
22+ "react-server-cli" : " ^0.4.2 " ,
23+ "react-server-data-bundle-cache" : " ^0.4.2 " ,
2424 "superagent" : " 1.2.0"
2525 },
2626 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server-website" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " A react-server instance" ,
55 "main" : " HelloWorld.js" ,
66 "private" : true ,
1818 "highlight.js" : " ^9.5.0" ,
1919 "react" : " ~0.14.2" ,
2020 "react-dom" : " ~0.14.2" ,
21- "react-server" : " ^0.4.1 " ,
22- "react-server-cli" : " ^0.4.1 " ,
23- "react-server-data-bundle-cache" : " ^0.4.1 " ,
21+ "react-server" : " ^0.4.2 " ,
22+ "react-server-cli" : " ^0.4.2 " ,
23+ "react-server-data-bundle-cache" : " ^0.4.2 " ,
2424 "remarkable" : " ^1.6.2" ,
2525 "superagent" : " 1.2.0"
2626 },
Original file line number Diff line number Diff line change 11{
22 "name" : " react-server" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " React framework with server render for blazing fast page load and seamless transitions between pages in the browser." ,
55 "main" : " target/server/server.js" ,
66 "browser" : " target/client/client.js" ,
You can’t perform that action at this time.
0 commit comments