File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
* Feature: Allow per-request field-name normalization for symmetry with de-normalization [ #253 ] ( https://github.com/apollographql/apollo-link-rest/pull/253 )
11
11
* Improvement: Use globalThis instead of global [ #293 ] ( https://github.com/apollographql/apollo-link-rest/pull/293 )
12
12
* Fix: fieldNameNormalizer mangling ArrayBuffer/Blob types [ #247 ] ( https://github.com/apollographql/apollo-link-rest/pull/247 )
13
+ * Drop dependency on ` graphql-anywhere ` ! [ #301 ] ( https://github.com/apollographql/apollo-link-rest/pull/301 )
13
14
14
15
### v0.8.0
15
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " apollo-link-rest" ,
3
- "version" : " 0.9.0-rc.1 " ,
3
+ "version" : " 0.9.0-rc.2 " ,
4
4
"description" : " Query existing REST services with GraphQL" ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./lib/bundle.umd.js" ,
You can’t perform that action at this time.
0 commit comments