|
10 | 10 | > - :house: [Internal]
|
11 | 11 | > - :nail_care: [Polish]
|
12 | 12 |
|
13 |
| -# 11.0.0-rc.4 (Unreleased) |
14 |
| - |
15 |
| -#### :boom: Breaking Change |
16 |
| - |
17 |
| -- Updated watcher rules to recompile only on config and `*.res`/`*.resi`/`*.ml`/`.mli` file changes. Solves the issue of unnecessary recompiles on `.css`, `.ts`, and other unrelated file changes. https://github.com/rescript-lang/rescript-compiler/pull/6420 |
18 |
| - |
19 |
| -#### :bug: Bug Fix |
20 |
| - |
21 |
| -- Fix issue with GenType and labelled arguments. https://github.com/rescript-lang/rescript-compiler/pull/6406 |
22 |
| -- Fix dependencies reinitialization on every change in watch mode. Leads to faster rebuilds and cleaner terminal. https://github.com/rescript-lang/rescript-compiler/pull/6404 |
| 13 | +# 11.0.0-rc.4 |
23 | 14 |
|
24 | 15 | #### :rocket: New Feature
|
25 | 16 |
|
|
30 | 21 | - Untagged variants: Support `bool`. https://github.com/rescript-lang/rescript-compiler/pull/6368
|
31 | 22 | - Support aliased types as payloads to untagged variants. https://github.com/rescript-lang/rescript-compiler/pull/6394
|
32 | 23 | - Support the async component for React Server Component in JSX V4. https://github.com/rescript-lang/rescript-compiler/pull/6399
|
33 |
| -- Support `rescript.json` configuration file and deprecated `bsconfig.json`. https://github.com/rescript-lang/rescript-compiler/pull/6382 |
| 24 | +- Support `rescript.json` configuration file and deprecate `bsconfig.json`. https://github.com/rescript-lang/rescript-compiler/pull/6382 |
34 | 25 |
|
35 | 26 | #### :boom: Breaking Change
|
36 |
| -- Add smart printer for pipe-chains. https://github.com/rescript-lang/rescript-compiler/pull/6411 (the formatter will reformat existing code in certain cases) |
| 27 | + |
| 28 | +- Update watcher rules to recompile only on config and `*.res`/`*.resi`/`*.ml`/`.mli` file changes. Solves the issue of unnecessary recompiles on `.css`, `.ts`, and other unrelated file changes. https://github.com/rescript-lang/rescript-compiler/pull/6420 |
| 29 | +- Add smart printer for pipe chains. https://github.com/rescript-lang/rescript-compiler/pull/6411 (the formatter will reformat existing code in certain cases) |
37 | 30 | - `Js.Json.t` now uses `Boolean(bool)` instead of explicit `@as(true) True | @as(false) False`. https://github.com/rescript-lang/rescript-compiler/pull/6421
|
38 | 31 |
|
| 32 | +#### :bug: Bug Fix |
| 33 | + |
| 34 | +- Fix issue with GenType and labelled arguments. https://github.com/rescript-lang/rescript-compiler/pull/6406 |
| 35 | +- Fix dependencies reinitialization on every change in watch mode. Leads to faster rebuilds and cleaner terminal. https://github.com/rescript-lang/rescript-compiler/pull/6404 |
| 36 | + |
39 | 37 | #### :nail_care: Polish
|
40 | 38 |
|
41 | 39 | - A little performance improvement for JSX V4 runtime helper by removing one object allocation for components with key prop. https://github.com/rescript-lang/rescript-compiler/pull/6376
|
|
0 commit comments