rescript-relay 2.0.2 → 2.1.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 +14 -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,19 @@
|
|
|
1
1
|
# master
|
|
2
2
|
|
|
3
|
+
# 2.1.0
|
|
4
|
+
|
|
5
|
+
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.
|
|
6
|
+
|
|
7
|
+
## Improvements
|
|
8
|
+
|
|
9
|
+
- Object makers now have `@as()` annotations to control incompatible record field names.
|
|
10
|
+
|
|
11
|
+
# 2.0.3
|
|
12
|
+
|
|
13
|
+
## Bug fix
|
|
14
|
+
|
|
15
|
+
- Correct ARM binary.
|
|
16
|
+
|
|
3
17
|
# 2.0.2
|
|
4
18
|
|
|
5
19
|
## Improvements
|
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
|