Skip to content

Commit

Permalink
Bump 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed May 17, 2016
1 parent 93e4f14 commit cb78c58
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## master

* experimental: deferMiddleware, right now it's only inform Relay that NetworkLayer support this feature
* feat: Add `json` param to `response`. Now it's available for middleware in bubbling phase (res.json).
* feat: new middleware `gqErrors` - display `errors` data to console from graphql response
![gqErrorsMiddleware](https://cloud.githubusercontent.com/assets/1946920/15324650/28582d12-1c69-11e6-9ef3-6834dee031e6.png)
* experimental: `deferMiddleware`, right now it's only inform Relay that NetworkLayer support this feature. See discussion about `defer` here [relay/issues/288](https://github.com/facebook/relay/issues/288)

## 1.0.3 (May 4, 2016)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Middlewares use LIFO (last in, first out) stack. Or simply put - use `compose` f

TODO
====
- [x] write fetchWithRetries middleware (thanks to @mario-jerkovic)
- [ ] Support `defer`, see [relay/issues/288](https://github.com/facebook/relay/issues/288)
- [ ] improve performance of `graphqlBatchHTTPWrapper`, by removing JSON.parse (need find proper way how to get result from `express-graphql` in json, not stringified)
- [ ] find maintainers
- who made fixes and remove missunderstanding in readme.MD
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-relay-network-layer",
"version": "1.0.3",
"version": "1.1.0",
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
"files": [
"es",
Expand Down

0 comments on commit cb78c58

Please sign in to comment.