|
10 | 10 | > - :nail_care: [Polish] |
11 | 11 | > - :house: [Internal] |
12 | 12 |
|
13 | | -# 12.0.0-beta.2 (Unreleased) |
| 13 | +# 12.0.0-beta.2 |
14 | 14 |
|
15 | 15 | #### :boom: Breaking Change |
16 | 16 |
|
17 | 17 | - Rust implementation of the `rescript format` command. Command line options changed from `-all`, `-check` and `-stdin` to `--all`, `--check` and `--stdin` compared to the legacy implementation. https://github.com/rescript-lang/rescript/pull/7603 |
18 | 18 |
|
| 19 | +#### :rocket: New Feature |
| 20 | + |
| 21 | +- Add experimental command to `rescript-tools` for extracting all ReScript code blocks from markdown, either a md-file directly, or inside of docstrings in ReScript code. https://github.com/rescript-lang/rescript/pull/7623 |
| 22 | + |
| 23 | +#### :bug: Bug fix |
| 24 | + |
| 25 | +- Fix `typeof` parens on functions. https://github.com/rescript-lang/rescript/pull/7643 |
| 26 | +- Rewatch: Add `--dev` flag to clean command. https://github.com/rescript-lang/rescript/pull/7622 |
| 27 | +- Rewatch: Use root package suffix in clean log messages. https://github.com/rescript-lang/rescript/pull/7648 |
| 28 | +- Fix inside comment printing for empty dict. https://github.com/rescript-lang/rescript/pull/7654 |
| 29 | +- Fix I/O error message when trying to extract extra info from non-existing file. https://github.com/rescript-lang/rescript/pull/7656 |
| 30 | +- Fix fatal error when JSX expression used without configuring JSX in `rescript.json`. https://github.com/rescript-lang/rescript/pull/7656 |
| 31 | +- Rewatch: Only allow access to `"bs-dev-dependencies"` from `"type": "dev"` source files. https://github.com/rescript-lang/rescript/pull/7650 |
| 32 | + |
19 | 33 | #### :nail_care: Polish |
20 | 34 |
|
21 | 35 | - Add missing backtick and spaces to `Belt.Map.map` doc comment. https://github.com/rescript-lang/rescript/pull/7632 |
|
32 | 46 | - Rewatch: only get `"type": "dev"` source files for local packages. https://github.com/rescript-lang/rescript/pull/7646 |
33 | 47 | - Rewatch: add support for `rescript -w` for compatibility. https://github.com/rescript-lang/rescript/pull/7649 |
34 | 48 |
|
35 | | -#### :rocket: New Feature |
36 | | - |
37 | | -- Add experimental command to `rescript-tools` for extracting all ReScript code blocks from markdown, either a md-file directly, or inside of docstrings in ReScript code. https://github.com/rescript-lang/rescript/pull/7623 |
38 | | - |
39 | | -#### :bug: Bug fix |
40 | | - |
41 | | -- Fix `typeof` parens on functions. https://github.com/rescript-lang/rescript/pull/7643 |
42 | | -- Rewatch: Add --dev flag to clean command. https://github.com/rescript-lang/rescript/pull/7622 |
43 | | -- Rewatch: Use root package suffix in clean log messages. https://github.com/rescript-lang/rescript/pull/7648 |
44 | | -- Fix inside comment printing for empty dict. https://github.com/rescript-lang/rescript/pull/7654 |
45 | | -- Fix I/O error message when trying to extract extra info from non-existing file. https://github.com/rescript-lang/rescript/pull/7656 |
46 | | -- Fix fatal error when JSX expression used without configuring JSX in rescript.json. https://github.com/rescript-lang/rescript/pull/7656 |
47 | | -- Rewatch: Only allow access to `"bs-dev-dependencies"` from `"type": "dev"` source files. https://github.com/rescript-lang/rescript/pull/7650 |
48 | | - |
49 | 49 | # 12.0.0-beta.1 |
50 | 50 |
|
51 | 51 | #### :rocket: New Feature |
|
0 commit comments