|
10 | 10 | > - :house: [Internal]
|
11 | 11 | > - :nail_care: [Polish]
|
12 | 12 |
|
13 |
| -# 12.0.0-alpha.4 (Unreleased) |
| 13 | +# 12.0.0-alpha.4 |
14 | 14 |
|
15 | 15 | #### :boom: Breaking Change
|
16 | 16 |
|
17 | 17 | - OCaml compatibility in the stdlib and primitives are dropped/deprecated. https://github.com/rescript-lang/rescript-compiler/pull/6984
|
18 |
| -- Remove the JSX v3. https://github.com/rescript-lang/rescript-compiler/pull/7072 |
| 18 | +- Remove JSX v3. https://github.com/rescript-lang/rescript-compiler/pull/7072 |
19 | 19 | - Remove js_cast.res. https://github.com/rescript-lang/rescript-compiler/pull/7075
|
20 | 20 |
|
21 | 21 | #### :rocket: New Feature
|
22 | 22 |
|
23 |
| -- Use FORCE_COLOR environmental variable to force colorized output https://github.com/rescript-lang/rescript-compiler/pull/7033 |
| 23 | +- Use FORCE_COLOR environmental variable to force colorized output. https://github.com/rescript-lang/rescript-compiler/pull/7033 |
24 | 24 | - Allow spreads of variants in patterns (`| ...someVariant as v => `) when the variant spread is a subtype of the variant matched on. https://github.com/rescript-lang/rescript-compiler/pull/6721
|
25 | 25 | - Fix the issue where dynamic imports are not working for function-defined externals. https://github.com/rescript-lang/rescript-compiler/pull/7060
|
26 | 26 | - Allow pattern matching on dicts. `switch someDict { | dict{"one": 1} => Js.log("one is one") }`. https://github.com/rescript-lang/rescript-compiler/pull/7059
|
|
32 | 32 | - Fix tuple coercion. https://github.com/rescript-lang/rescript-compiler/pull/7024
|
33 | 33 | - Fix attribute printing. https://github.com/rescript-lang/rescript-compiler/pull/7025
|
34 | 34 | - Fix "rescript format" with many files. https://github.com/rescript-lang/rescript-compiler/pull/7081
|
35 |
| -- Fix bigint max, min https://github.com/rescript-lang/rescript-compiler/pull/7088 |
| 35 | +- Fix bigint max, min. https://github.com/rescript-lang/rescript-compiler/pull/7088 |
36 | 36 | - Fix parsing issue with nested variant pattern type spreads. https://github.com/rescript-lang/rescript-compiler/pull/7080
|
37 | 37 | - Fix JSX settings inheritance: only 'version' propagates to dependencies, preserving their 'mode' and 'module'. https://github.com/rescript-lang/rescript-compiler/pull/7094
|
38 | 38 | - Fix variant cast to int. https://github.com/rescript-lang/rescript-compiler/pull/7058
|
|
0 commit comments