You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* up to ReScript v11
* expose JSON, Null and Nullable untagged variants
* remove dedicated Result.t definition now that result is builtin
* point to Core dict
* add more tests
* 1.0.0
* remove uncurry annotations
* fix deps to support latest 11.1 rc
* fix deps to support latest 11.1 rc
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Next version
4
4
5
+
## 1.0.0
6
+
7
+
- Up ReScript dependency to 11+.
8
+
-`JSON`, `Null` and `Nullable` untagged variants are now properly exposed.
9
+
- BREAKING: Duplicated definition of `result` in `Result` module removed, as `result` is now a built in. Switch out any `Result.t` type annotations to point to the built in `result` instead.
0 commit comments