Skip to content

Commit c6e9a67

Browse files
committed
3.4.0
1 parent 68a2b93 commit c6e9a67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# master
22

3+
# 3.4.0
4+
35
- Add support for `@exhaustive` - a directive to trigger exhaustiveness checks for unions at the GraphQL operation level.
4-
- Drop `__typename` in inline records, since that conflicts with using `@tag("__typename")` in ReScript v12.
6+
- **BREAKING** Drop `__typename` in inline records, since that conflicts with using `@tag("__typename")` in ReScript v12 and is not necessary since `__typename` is set automatically via `@tag`.
57

68
# 3.3.0
79

packages/rescript-relay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-relay",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"main": "src/RescriptRelay.res",
55
"license": "MIT",
66
"author": "Gabriel Nordeborn",

0 commit comments

Comments
 (0)