Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigabo committed Nov 29, 2016
1 parent a6160d0 commit c60b5da
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 19 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## v0.5.0 (2016-11-29)

#### Enhancement
* `react-server`
* [#279](https://github.com/redfin/react-server/pull/279) Add support for React 15. ([@gigabo](https://github.com/gigabo))
* [#764](https://github.com/redfin/react-server/pull/764) Add additional fields to the Request objects. ([@drewpc](https://github.com/drewpc))
* `react-server-cli`
* [#768](https://github.com/redfin/react-server/pull/768) Allows separating public host name from server IP address binding. ([@roblg](https://github.com/roblg))
* [#708](https://github.com/redfin/react-server/pull/708) Hook for custom middleware. ([@sresant](https://github.com/sresant))
* `generator-react-server`
* [#762](https://github.com/redfin/react-server/pull/762) Support node 7 and directories with spaces. ([@drewpc](https://github.com/drewpc))

#### Performance
* `react-server`
* [#767](https://github.com/redfin/react-server/pull/767) Removed react server agent util. ([@rodrijuarez](https://github.com/rodrijuarez))
* [#753](https://github.com/redfin/react-server/pull/753) Removing unused regular deps: mkdirp, bundle-loader. ([@roblg](https://github.com/roblg))

#### Bug fix
* `react-server-cli`, `react-server`
* [#770](https://github.com/redfin/react-server/pull/770) Implement the no-use-before-define ESLint rule. ([@aickin](https://github.com/aickin))

#### Commiters: 9
- Bo Borgerson ([gigabo](https://github.com/gigabo))
- Douglas Wade ([doug-wade](https://github.com/doug-wade))
- Greenkeeper ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- PC Drew ([drewpc](https://github.com/drewpc))
- Robert Gay ([roblg](https://github.com/roblg))
- Robert Law ([emecell](https://github.com/emecell))
- Rodrigo Juarez ([rodrijuarez](https://github.com/rodrijuarez))
- Sasha Aickin ([aickin](https://github.com/aickin))
- Sresan Thevarajah ([sresant](https://github.com/sresant))

## v0.4.13 (2016-11-11)

#### Enhancement
Expand Down
2 changes: 1 addition & 1 deletion asini.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asini": "1.1.0",
"version": "0.4.13",
"version": "0.5.0",
"hoist": true,
"changelog": {
"repo": "redfin/react-server",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-react-server",
"version": "0.4.13",
"version": "0.5.0",
"description": "A react-server yeoman generator",
"homepage": "http://github.com/redfin/react-server",
"author": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"ava": "^0.16.0",
"nsp": "^2.6.2",
"react-server-cli": "^0.4.13",
"react-server-cli": "^0.5.0",
"rimraf": "^2.5.4",
"yeoman-assert": "^2.0.0",
"yeoman-test": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-cli",
"version": "0.4.13",
"version": "0.5.0",
"description": "A command line to run react-server",
"main": "target/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server-data-bundle-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-data-bundle-cache",
"version": "0.4.13",
"version": "0.5.0",
"description": "React Server Data Bundle Cache",
"main": "index.js",
"repository": "redfin/react-server",
Expand All @@ -17,11 +17,11 @@
"stratocacher-layer-lru": "0.0.12"
},
"peerDependencies": {
"react-server": "^0.4.13"
"react-server": "^0.5.0"
},
"devDependencies": {
"gulp-nsp": "^2.4.2",
"react-server": "^0.4.13",
"react-server": "^0.5.0",
"react-server-gulp-module-tagger": "^0.4.10",
"rimraf": "^2.5.4",
"gulp-cli": "^1.2.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/react-server-integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"q": "1.4.1",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.4.13",
"react-server-cli": "^0.4.13",
"react-server": "^0.5.0",
"react-server-cli": "^0.5.0",
"rimraf": "^2.5.4",
"gulp": "^3.9.1",
"babel-register": "^6.18.0",
Expand All @@ -24,5 +24,5 @@
"gulp-jasmine": "^2.4.2",
"zombie": "^4.3.0"
},
"version": "0.4.13"
"version": "0.5.0"
}
8 changes: 4 additions & 4 deletions packages/react-server-test-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-test-pages",
"version": "0.4.13",
"version": "0.5.0",
"private": true,
"description": "Some pages to test out features of react-server",
"main": "index.js",
Expand All @@ -17,9 +17,9 @@
"q": "1.4.1",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.4.13",
"react-server-cli": "^0.4.13",
"react-server-data-bundle-cache": "^0.4.13",
"react-server": "^0.5.0",
"react-server-cli": "^0.5.0",
"react-server-data-bundle-cache": "^0.5.0",
"react-server-middleware-json-response": "^0.4.13",
"eslint-plugin-react": "^6.4.1"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/react-server-website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server-website",
"version": "0.4.13",
"version": "0.5.0",
"description": "A react-server instance",
"main": "HelloWorld.js",
"private": true,
Expand All @@ -18,9 +18,9 @@
"highlight.js": "^9.5.0",
"react": "~0.14.2 || ^15.1.0",
"react-dom": "~0.14.2 || ^15.1.0",
"react-server": "^0.4.13",
"react-server-cli": "^0.4.13",
"react-server-data-bundle-cache": "^0.4.13",
"react-server": "^0.5.0",
"react-server-cli": "^0.5.0",
"react-server-data-bundle-cache": "^0.5.0",
"remarkable": "^1.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-server",
"version": "0.4.13",
"version": "0.5.0",
"description": "React framework with server render for blazing fast page load and seamless transitions between pages in the browser.",
"main": "target/server/server.js",
"browser": "target/client/client.js",
Expand Down

0 comments on commit c60b5da

Please sign in to comment.