Skip to content

Commit

Permalink
Merge pull request #163 from apollographql/release/0.6
Browse files Browse the repository at this point in the history
Release/0.6
  • Loading branch information
fbartho authored Oct 14, 2018
2 parents 9e5884b + dd706ef commit 461b4a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

### v0.next

### v0.6.0

* Feature: responseTransformers allow you to restructure & erase "wrapper" objects from your responses. [#146](https://github.com/apollographql/apollo-link-rest/pull/146)
* Tweaks to config for prettier [#153](https://github.com/apollographql/apollo-link-rest/pull/153) & jest [#158](https://github.com/apollographql/apollo-link-rest/pull/158)
* Tests for No-Content responses [#157](https://github.com/apollographql/apollo-link-rest/pull/157) & [#161](https://github.com/apollographql/apollo-link-rest/pull/161)
* Bundle Size-Limit Increased [#162](https://github.com/apollographql/apollo-link-rest/pull/162)
* Restructure Code for preferring `await` over Promise-chains [#159](https://github.com/apollographql/apollo-link-rest/pull/159)

### v0.5.0

* Breaking Change: 404s now no longer throw an error! It's just null data! [#142](https://github.com/apollographql/apollo-link-rest/pull/142)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-link-rest",
"version": "0.5.0",
"version": "0.6.0",
"description": "Query existing REST services with GraphQL",
"license": "MIT",
"main": "./lib/bundle.umd.js",
Expand Down Expand Up @@ -45,31 +45,31 @@
"qs": ">=6"
},
"devDependencies": {
"@babel/core": "7.0.x",
"@babel/core": "7.1.x",
"@types/graphql": "14.x",
"@types/jest": "23.x",
"@types/node": "10.x",
"@types/qs": "6.5.x",
"apollo-cache-inmemory": "1.2.x",
"apollo-cache-inmemory": "1.3.x",
"apollo-client": "2.4.x",
"apollo-link": "1.2.x",
"apollo-link-error": "1.1.x",
"apollo-link-http": "1.5.x",
"apollo-link-state": "^0.4.1",
"apollo-link-state": "0.4.x",
"browserify": "16.2.x",
"bundlesize": "0.17.x",
"camelcase": "5.0.x",
"codecov": "3.x",
"danger": "4.x",
"fetch-mock": "6.5.x",
"fetch-mock": "7.x",
"graphql": "14.x",
"graphql-anywhere": "4.1.x",
"graphql-tag": "2.9.x",
"graphql-tag": "2.10.x",
"isomorphic-fetch": "2.2.x",
"jest": "23.x",
"jest-fetch-mock": "1.6.x",
"lerna": "2.11.x",
"lint-staged": "7.2.x",
"lint-staged": "7.3.x",
"lodash": "4.17.x",
"pre-commit": "1.2.x",
"prettier": "1.14.x",
Expand Down

0 comments on commit 461b4a3

Please sign in to comment.