We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef59134 commit 17d9335Copy full SHA for 17d9335
2 files changed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# master
2
3
+# 3.3.0
4
+
5
- Add support for top level `@catch` on fragments on unions.
6
- Add parameter `excludedIds: array<dataId>` to `invalidateRecordsByIds` to allow excluding a list of connection IDs from invalidation.
7
- **BREAKING:** `operation.text` and `operation.id` are now nullable, which better reflects what values they can actually have in runtime.
packages/rescript-relay/package.json
@@ -1,6 +1,6 @@
{
"name": "rescript-relay",
- "version": "3.2.0",
+ "version": "3.3.0",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
0 commit comments