We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ecdc5 commit 6a2c171Copy full SHA for 6a2c171
CHANGELOG.md
@@ -11,6 +11,7 @@
11
- Add `Array.at` binding for returning an array item by its index. https://github.com/rescript-association/rescript-core/pull/48
12
- Fixed type signatures of `Array.fromArrayLikeWithMap` and `Array.fromIteratorWithMap`. https://github.com/rescript-association/rescript-core/pull/50
13
- Remove internal async/await helpers that do not need to be exposed in `Core`.
14
+- Add `some`, `flat`, `expect`, `zip` and `or` to `Option`, deprecate `orElse`.
15
16
### Documentation
17
0 commit comments