rescript-relay 2.0.3 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/package.json +5 -5
- package/ppx-windows-latest +0 -0
- package/relay-compiler-linux-musl/relay +0 -0
- package/relay-compiler-linux-x64/relay +0 -0
- package/relay-compiler-macos-arm64/relay +0 -0
- package/relay-compiler-macos-x64/relay +0 -0
- package/relay-compiler-win-x64/relay.exe +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# master
|
|
2
2
|
|
|
3
|
+
# 2.2.0
|
|
4
|
+
|
|
5
|
+
This brings the supported Relay version to 16.
|
|
6
|
+
|
|
7
|
+
## Upgrade versions
|
|
8
|
+
|
|
9
|
+
- `react-relay` and `relay-runtime` to `>=16.0.0`
|
|
10
|
+
|
|
11
|
+
# 2.1.0
|
|
12
|
+
|
|
13
|
+
Look here if you're using `rescript >= 11.0.0-rc.4`. This fixes an issue with incompatible record field names that `rc.4` changed how they're handled.
|
|
14
|
+
|
|
15
|
+
## Improvements
|
|
16
|
+
|
|
17
|
+
- Object makers now have `@as()` annotations to control incompatible record field names.
|
|
18
|
+
|
|
3
19
|
# 2.0.3
|
|
4
20
|
|
|
5
21
|
## Bug fix
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rescript-relay",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"main": "src/RescriptRelay.res",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Gabriel Nordeborn",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"node-fetch": "^2.6.0",
|
|
50
50
|
"react": "18.2.0",
|
|
51
51
|
"react-dom": "18.2.0",
|
|
52
|
-
"react-relay": "
|
|
53
|
-
"relay-runtime": "
|
|
54
|
-
"rescript": "
|
|
52
|
+
"react-relay": "16.0.0",
|
|
53
|
+
"relay-runtime": "16.0.0",
|
|
54
|
+
"rescript": "11.0.0-rc.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"@rescript/react": "^0.12.0-alpha.2 || next",
|
|
58
|
-
"react-relay": ">=
|
|
58
|
+
"react-relay": ">=16.0.0",
|
|
59
59
|
"relay-runtime": "*",
|
|
60
60
|
"rescript": "^11.0.0-alpha.0 || next"
|
|
61
61
|
},
|
package/ppx-windows-latest
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|