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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
- Add `Array.findLast`, `Array.findLastWithIndex`, `Array.findLastIndex`, `Array.findLastIndexWithIndex` and `Array.findLastIndexOpt`. https://github.com/rescript-lang/rescript/pull/7503
29
29
- Add `options` argument to `Console.dir`. https://github.com/rescript-lang/rescript/pull/7504
30
30
- Show variant constructor's inline record types on hover. https://github.com/rescript-lang/rescript/pull/7519
31
+
- Add additional `Iterator.prototype` bindings to `runtime/Stdlib_Iterator.res`. https://github.com/rescript-lang/rescript/pull/7506
31
32
32
33
#### :bug: Bug fix
33
34
@@ -60,6 +61,9 @@
60
61
- Editor: add completions from included modules. https://github.com/rescript-lang/rescript/pull/7515
61
62
- Add `-editor-mode` arg to `bsc` for doing special optimizations only relevant to the editor tooling. https://github.com/rescript-lang/rescript/pull/7541
62
63
64
+
#### :boom: Breaking Change
65
+
-`Iterator.forEach` now emits `Iterator.prototype.forEach` call. https://github.com/rescript-lang/rescript/pull/7506
0 commit comments