|
10 | 10 | > - :house: [Internal]
|
11 | 11 | > - :nail_care: [Polish]
|
12 | 12 |
|
13 |
| -# 11.0.0-rc.5 (Unreleased) |
| 13 | +# 11.0.0-rc.5 |
14 | 14 |
|
15 | 15 | #### :rocket: New Feature
|
| 16 | + |
16 | 17 | - Allow coercing unboxed variants with only strings (now including with a single payload of string) to the primitive string. https://github.com/rescript-lang/rescript-compiler/pull/6441
|
17 |
| -- Allow coercing strings to unboxed variants that has a catch-all unboxed string case. https://github.com/rescript-lang/rescript-compiler/pull/6443 |
| 18 | +- Allow coercing strings to unboxed variants that have a catch-all unboxed string case. https://github.com/rescript-lang/rescript-compiler/pull/6443 |
18 | 19 | - Allow coercing `int` to `float`. https://github.com/rescript-lang/rescript-compiler/pull/6448
|
19 |
| -- Playground: Add support for implicitly opened modules. https://github.com/rescript-lang/rescript-compiler/pull/6446 |
20 | 20 |
|
21 | 21 | #### :bug: Bug Fix
|
22 | 22 |
|
23 |
| -- Fix issue with dynamic import of module in nested expressions https://github.com/rescript-lang/rescript-compiler/pull/6431 |
24 |
| -- Fix issue where GenType was not supporting `@tag` on ordinary variatns https://github.com/rescript-lang/rescript-compiler/pull/6437 |
25 |
| -- Fix using dynamic import of module in block instead of async function https://github.com/rescript-lang/rescript-compiler/pull/6434 |
26 |
| -- Fix issue with using dynamic import of module in uncurried mode https://github.com/rescript-lang/rescript-compiler/pull/6434 |
27 |
| -- Fix build error where JSX v4 transformation of the discouraged forwardRef in uncurried mode https://github.com/rescript-lang/rescript-compiler/pull/6447 |
28 |
| -- Fix printing of exotic JSX names https://github.com/rescript-lang/rescript-compiler/pull/6451 |
29 |
| -- Fix locations when code with `await` fails to compile (all locations would point to the internal function `unsafe_await`) https://github.com/rescript-lang/rescript-compiler/pull/6452 |
30 |
| -- Fix renaming fields (with @as) in inline records doesn't work when destructuring https://github.com/rescript-lang/rescript-compiler/pull/6456 |
| 23 | +- Fix issue with dynamic import of module in nested expressions. https://github.com/rescript-lang/rescript-compiler/pull/6431 |
| 24 | +- Fix issue where GenType was not supporting `@tag` on ordinary variants. https://github.com/rescript-lang/rescript-compiler/pull/6437 |
| 25 | +- Fix using dynamic import of module in block instead of async function. https://github.com/rescript-lang/rescript-compiler/pull/6434 |
| 26 | +- Fix issue with using dynamic import of module in uncurried mode. https://github.com/rescript-lang/rescript-compiler/pull/6434 |
| 27 | +- Fix build error with JSX v4 transformation of React.forwardRef in uncurried mode. https://github.com/rescript-lang/rescript-compiler/pull/6447 |
| 28 | +- Fix printing of exotic JSX names. https://github.com/rescript-lang/rescript-compiler/pull/6451 |
| 29 | +- Fix locations when code with `await` fails to compile (all locations would point to the internal function `unsafe_await`). https://github.com/rescript-lang/rescript-compiler/pull/6452 |
| 30 | +- Fix renaming fields (with @as) in inline records doesn't work when destructuring. https://github.com/rescript-lang/rescript-compiler/pull/6456 |
31 | 31 | - Fix `rc.4` regressions:
|
32 | 32 | - Don't show compilation time when calling `rescript build -help` command. https://github.com/rescript-lang/rescript-compiler/pull/6439
|
33 | 33 | - Running `rescript build -w` with a compilation error doesn't exit with an error code and continues waiting for changes. https://github.com/rescript-lang/rescript-compiler/pull/6460
|
34 | 34 |
|
35 | 35 | #### :house: Internal
|
36 | 36 |
|
37 | 37 | - Remove dependency stdlib-406 -> belt. https://github.com/rescript-lang/rescript-compiler/pull/6453
|
| 38 | +- Playground: Add support for implicitly opened modules. https://github.com/rescript-lang/rescript-compiler/pull/6446 |
38 | 39 |
|
39 | 40 | #### :nail_care: Polish
|
40 | 41 |
|
41 | 42 | - Add [`Deno`](https://deno.land/api?s=Deno) to reserved names, so that modules named `Deno` don't clash with the globally exposed `Deno` object. https://github.com/rescript-lang/rescript-compiler/pull/6428
|
42 | 43 | - Disable ESLint/TSLint on gentype outputs properly. https://github.com/rescript-lang/rescript-compiler/pull/6442
|
43 | 44 | - Improve `rescript` CLI to use `stdout`/`stderr` appropriately for help command's message. https://github.com/rescript-lang/rescript-compiler/pull/6439
|
44 |
| -- Generate `f()` instead of `f(undefined)` for `f()` https://github.com/rescript-lang/rescript-compiler/pull/6459 |
| 45 | +- Generate `f()` instead of `f(undefined)` for `f()`. https://github.com/rescript-lang/rescript-compiler/pull/6459 |
45 | 46 |
|
46 | 47 | # 11.0.0-rc.4
|
47 | 48 |
|
|
0 commit comments