We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7479cce commit 903a877Copy full SHA for 903a877
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
### v0.next
6
7
+### v0.5.0
8
+
9
+* Breaking Change: 404s now no longer throw an error! It's just null data! [#142](https://github.com/apollographql/apollo-link-rest/pull/142)
10
+* Default Accept header if no header configured for `Accept:` [#143](https://github.com/apollographql/apollo-link-rest/pull/143)
11
+* Improve/enable Support for Nested Queries from different apollo-links [#138](https://github.com/apollographql/apollo-link-rest/pull/138)
12
+* Remove Restriction that Mutation must not contain GET queries & vice versa [#140](https://github.com/apollographql/apollo-link-rest/issues/140)
13
14
### v0.4.3, v0.4.4
15
16
* Expose an internal helper class (PathBuilder) for experimentation
0 commit comments