We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c94d4 commit cb93ea8Copy full SHA for cb93ea8
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# master
2
3
+# 4.1.0
4
+
5
- Add support for `autoExhaustiveTypes` config and a `@nonExhaustive` directive to control automatic exhaustive checks for unions/interfaces.
6
7
- Add React-free mode support and split React APIs into `RescriptRelayReact`.
packages/rescript-relay/package.json
@@ -1,6 +1,6 @@
{
"name": "rescript-relay",
- "version": "4.0.0",
+ "version": "4.1.0",
"main": "src/RescriptRelay.res",
"license": "MIT",
"author": "Gabriel Nordeborn",
0 commit comments