Skip to content

Commit ab07a3d

Browse files
committed
Prepare for 12.0.0-alpha.14 release
1 parent e272f03 commit ab07a3d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.14 (Unreleased)
13+
# 12.0.0-alpha.14
1414

1515
#### :boom: Breaking Change
1616

17+
- `Iterator.forEach` now emits `Iterator.prototype.forEach` call. https://github.com/rescript-lang/rescript/pull/7506
1718
- Rename functions ending with `Exn` to end with `OrThrow`. The old `Exn` functions are now deprecated:
1819
- `Bool.fromStringExn``Bool.fromStringOrThrow`
1920
- `BigInt.fromStringExn``BigInt.fromStringOrThrow`
@@ -44,7 +45,7 @@
4445
- Treat `throw` like `raise` in analysis. https://github.com/rescript-lang/rescript/pull/7521
4546
- Fix `index out of bounds` exception thrown in rare cases by `rescript-editor-analysis.exe codeAction` command. https://github.com/rescript-lang/rescript/pull/7523
4647
- Don't produce duplicate type definitions for recursive types on hover. https://github.com/rescript-lang/rescript/pull/7524
47-
- Prop punning when types don't match results in I/O error: _none_: No such file or directory. https://github.com/rescript-lang/rescript/pull/7533
48+
- Prop punning when types don't match results in `I/O error: _none_: No such file or directory`. https://github.com/rescript-lang/rescript/pull/7533
4849
- Fix partial application with user-defined function types. https://github.com/rescript-lang/rescript/pull/7548
4950
- Fix doc comment before variant throwing syntax error. https://github.com/rescript-lang/rescript/pull/7535
5051

@@ -61,7 +62,7 @@
6162
- In module declarations, accept the invalid syntax `M = {...}` and format it to `M : {...}`. https://github.com/rescript-lang/rescript/pull/7527
6263
- Improve doc comment formatting to match the style of multiline comments. https://github.com/rescript-lang/rescript/pull/7529
6364
- Improve error messages around type mismatches for try/catch, if, for, while, and optional record fields + optional function arguments. https://github.com/rescript-lang/rescript/pull/7522
64-
- sync Reanalyze with the new APIs around exception. https://github.com/rescript-lang/rescript/pull/7536
65+
- Sync reanalyze with the new APIs around exception. https://github.com/rescript-lang/rescript/pull/7536
6566
- Improve array pattern spread error message. https://github.com/rescript-lang/rescript/pull/7549
6667
- Sync API docs with rescript-lang.org on release. https://github.com/rescript-lang/rescript/pull/7555
6768

@@ -71,10 +72,6 @@
7172
- Editor: add completions from included modules. https://github.com/rescript-lang/rescript/pull/7515
7273
- Add `-editor-mode` arg to `bsc` for doing special optimizations only relevant to the editor tooling. https://github.com/rescript-lang/rescript/pull/7541
7374

74-
#### :boom: Breaking Change
75-
76-
- `Iterator.forEach` now emits `Iterator.prototype.forEach` call. https://github.com/rescript-lang/rescript/pull/7506
77-
7875
# 12.0.0-alpha.13
7976

8077
#### :boom: Breaking Change

0 commit comments

Comments
 (0)