rescript-relay 2.0.1 → 2.0.3
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 +1 -1
- package/ppx-macos-arm64 +0 -0
- 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.0.3
|
|
4
|
+
|
|
5
|
+
## Bug fix
|
|
6
|
+
|
|
7
|
+
- Correct ARM binary.
|
|
8
|
+
|
|
9
|
+
# 2.0.2
|
|
10
|
+
|
|
11
|
+
## Improvements
|
|
12
|
+
|
|
13
|
+
- Local enums (schema extensions) are now always emitted as input enums (without requiring decoding), since they can assumed to be safe as they're local only.
|
|
14
|
+
|
|
15
|
+
## Bug fix
|
|
16
|
+
|
|
17
|
+
- Emit `getConnectionNodes` also for plural fragments.
|
|
18
|
+
|
|
3
19
|
# 2.0.1
|
|
4
20
|
|
|
5
21
|
## Bug fix
|
package/package.json
CHANGED
package/ppx-macos-arm64
CHANGED
|
Binary file
|
package/ppx-windows-latest
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|