|
10 | 10 | > - :nail_care: [Polish]
|
11 | 11 | > - :house: [Internal]
|
12 | 12 |
|
13 |
| -# 12.0.0-beta.3 (Unreleased) |
| 13 | +# 12.0.0-beta.3 |
14 | 14 |
|
15 | 15 | #### :boom: Breaking Change
|
16 | 16 |
|
|
22 | 22 | - Add optional `message` argument to `Result.getOrThrow` and improve default error message. https://github.com/rescript-lang/rescript/pull/7630
|
23 | 23 | - Add `RegExp.escape` binding. https://github.com/rescript-lang/rescript/pull/7695
|
24 | 24 |
|
| 25 | +#### :bug: Bug fix |
| 26 | + |
| 27 | +- Fix `--create-sourcedirs` generation with for a single project. https://github.com/rescript-lang/rescript/pull/7671 |
| 28 | +- Fix rewatch not recompiling on changes on Windows. https://github.com/rescript-lang/rescript/pull/7690 |
| 29 | +- Fix locations of regex literals. https://github.com/rescript-lang/rescript/pull/7683 |
| 30 | +- Fix async React component compilation. https://github.com/rescript-lang/rescript/pull/7704 |
| 31 | +- Fix `@this` with `async` keyword. https://github.com/rescript-lang/rescript/pull/7702 |
| 32 | + |
25 | 33 | #### :nail_care: Polish
|
26 | 34 |
|
27 | 35 | - Configuration fields `bs-dependencies`, `bs-dev-dependencies` and `bsc-flags` are now deprecated in favor of `dependencies`, `dev-dependencies` and `compiler-flags`. https://github.com/rescript-lang/rescript/pull/7658
|
|
30 | 38 | - Polish arity mismatch error message a bit. https://github.com/rescript-lang/rescript/pull/7709
|
31 | 39 | - Suggest related functions with the expected arity in errors when it makes sense. https://github.com/rescript-lang/rescript/pull/7712
|
32 | 40 | - Improve error when a constructor expects an inline record. https://github.com/rescript-lang/rescript/pull/7713
|
33 |
| -- Remove @meth attribute. https://github.com/rescript-lang/rescript/pull/7684 |
| 41 | +- Remove `@meth` attribute. https://github.com/rescript-lang/rescript/pull/7684 |
34 | 42 |
|
35 | 43 | #### :house: Internal
|
36 | 44 |
|
37 | 45 | - Add rust linting to CI with `clippy`. https://github.com/rescript-lang/rescript/pull/7675
|
38 | 46 | - AST: use `Typ.arrows` for creation, after the refactoring of arrow types. https://github.com/rescript-lang/rescript/pull/7662
|
39 | 47 | - Don't skip Stdlib docstring tests. https://github.com/rescript-lang/rescript/pull/7694
|
40 |
| -- Remove all leftovers of pinned-dependencies handling. https://github.com/rescript-lang/rescript/pull/7686 |
| 48 | +- Remove all leftovers of `pinned-dependencies` handling. https://github.com/rescript-lang/rescript/pull/7686 |
41 | 49 | - Add `rust-version` field to Rewatch's `Cargo.toml`. https://github.com/rescript-lang/rescript/pull/7701
|
42 | 50 |
|
43 |
| -#### :bug: Bug fix |
44 |
| - |
45 |
| -- Fix `--create-sourcedirs` generation with for a single project. https://github.com/rescript-lang/rescript/pull/7671 |
46 |
| -- Fix rewatch not recompiling on changes under windows. https://github.com/rescript-lang/rescript/pull/7690 |
47 |
| -- Fix locations of regex literals. https://github.com/rescript-lang/rescript/pull/7683 |
48 |
| -- Fix async React component compilation. https://github.com/rescript-lang/rescript/pull/7704 |
49 |
| -- Fix @this with async keyword. https://github.com/rescript-lang/rescript/pull/7702 |
50 | 51 |
|
51 | 52 | # 12.0.0-beta.2
|
52 | 53 |
|
|
0 commit comments