Skip to content

Commit 9370821

Browse files
committed
Prepare for 12.0.0-alpha.14 release
1 parent 35c8f0e commit 9370821

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
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-
- Rename functions ending with `Exn` to end with `OrThrow`. The old `Exn` functions are now deprecated:
17+
- `Iterator.forEach` now emits `Iterator.prototype.forEach` call. https://github.com/rescript-lang/rescript/pull/7506
18+
- Rename functions ending with `Exn` to end with `OrThrow`. The old `Exn` functions are now deprecated. https://github.com/rescript-lang/rescript/pull/7518
1819
- `Bool.fromStringExn``Bool.fromStringOrThrow`
1920
- `BigInt.fromStringExn``BigInt.fromStringOrThrow`
2021
- `JSON.parseExn``JSON.parseOrThrow`
@@ -36,7 +37,7 @@
3637
- Treat `throw` like `raise` in analysis. https://github.com/rescript-lang/rescript/pull/7521
3738
- 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
3839
- Don't produce duplicate type definitions for recursive types on hover. https://github.com/rescript-lang/rescript/pull/7524
39-
- 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
40+
- 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
4041
- Fix partial application with user-defined function types. https://github.com/rescript-lang/rescript/pull/7548
4142
- Fix doc comment before variant throwing syntax error. https://github.com/rescript-lang/rescript/pull/7535
4243

@@ -53,7 +54,7 @@
5354
- In module declarations, accept the invalid syntax `M = {...}` and format it to `M : {...}`. https://github.com/rescript-lang/rescript/pull/7527
5455
- Improve doc comment formatting to match the style of multiline comments. https://github.com/rescript-lang/rescript/pull/7529
5556
- 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
56-
- sync Reanalyze with the new APIs around exception. https://github.com/rescript-lang/rescript/pull/7536
57+
- Sync reanalyze with the new APIs around exception. https://github.com/rescript-lang/rescript/pull/7536
5758
- Improve array pattern spread error message. https://github.com/rescript-lang/rescript/pull/7549
5859

5960
#### :house: Internal
@@ -62,9 +63,6 @@
6263
- Editor: add completions from included modules. https://github.com/rescript-lang/rescript/pull/7515
6364
- Add `-editor-mode` arg to `bsc` for doing special optimizations only relevant to the editor tooling. https://github.com/rescript-lang/rescript/pull/7541
6465

65-
#### :boom: Breaking Change
66-
- `Iterator.forEach` now emits `Iterator.prototype.forEach` call. https://github.com/rescript-lang/rescript/pull/7506
67-
6866
# 12.0.0-alpha.13
6967

7068
#### :boom: Breaking Change

0 commit comments

Comments
 (0)