rescript-relay 0.0.0-test-rust-compiler-a2f32b9e → 0.0.0-test-rust-compiler-145baf5d
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
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# master
|
|
2
2
|
|
|
3
|
-
# 1.0.0-beta.
|
|
3
|
+
# 1.0.0-beta.2
|
|
4
|
+
|
|
5
|
+
_[Here's a commit showing a project being upgraded to this version](https://github.com/zth/rescript-relay/commit/5831c2f1f0f13eedc1cb60468c32fd32b2dc01d3)_
|
|
4
6
|
|
|
5
7
|
The time has finally come - RescriptRelay `1.0.0` is in beta! The one, big major thing this release brings is that the ReScript type generation for the Relay compiler has been completely rewritten, and fully integrated into the new Relay Rust compiler. The RescriptRelay fork of the compiler is available and maintained [here])(https://github.com/zth/relay/tree/rescript-relay).
|
|
6
8
|
|
|
@@ -23,6 +25,12 @@ You can go ahead and remove these packages, that are no longer needed, as the co
|
|
|
23
25
|
- We now support the `@required` directive from Relay, which is a new directive that lets you force non-nullability for nullable fields on the client side. You can then choose to throw an error if null values are encountered, or let the null value bubble up. Docs are coming soon, and you'll need to do `RescriptRelay.relayFeatureFlags.enableRequiredDirective = true` somewhere in your code to enable it for now.
|
|
24
26
|
- The errors reported by the compiler is now quite a lot better.
|
|
25
27
|
|
|
28
|
+
## Beta fix changelog
|
|
29
|
+
|
|
30
|
+
### beta.2
|
|
31
|
+
|
|
32
|
+
- Fix issue with recursive input objects not being converted correctly.
|
|
33
|
+
|
|
26
34
|
# 0.23.0
|
|
27
35
|
|
|
28
36
|
_[Here's a commit showing a project being upgraded to this version](https://github.com/zth/rescript-relay/commit/6e96dfafaec918b1d4e9519d3fcbf5e5c46be6c0)_
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|