@graphitation/apollo-react-relay-duct-tape
Advanced tools
Comparing version 0.7.16 to 0.8.0
# Change Log - @graphitation/apollo-react-relay-duct-tape | ||
This log was last generated on Fri, 16 Sep 2022 15:55:14 GMT and should not be manually modified. | ||
This log was last generated on Tue, 18 Oct 2022 12:19:21 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## 0.8.0 | ||
Tue, 18 Oct 2022 12:19:21 GMT | ||
### Minor changes | ||
- Add errorPolicy ignore to useSubscription (mnovikov@microsoft.com) | ||
## 0.7.16 | ||
Fri, 16 Sep 2022 15:55:14 GMT | ||
Fri, 16 Sep 2022 15:55:23 GMT | ||
@@ -11,0 +19,0 @@ ### Patches |
@@ -79,3 +79,4 @@ var __create = Object.create; | ||
} | ||
} | ||
}, | ||
errorPolicy: "ignore" | ||
}); | ||
@@ -82,0 +83,0 @@ if (error) { |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.7.16", | ||
"version": "0.8.0", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
30851
453