rescript-relay 2.0.3 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  # 2.0.3
4
12
 
5
13
  ## Bug fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rescript-relay",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "main": "src/RescriptRelay.res",
5
5
  "license": "MIT",
6
6
  "author": "Gabriel Nordeborn",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file