Skip to content

Commit a26186a

Browse files
authored
Prepare for 12.0.0-beta.2 release (#7666)
1 parent b7ce5e2 commit a26186a

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,26 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 12.0.0-beta.2 (Unreleased)
13+
# 12.0.0-beta.2
1414

1515
#### :boom: Breaking Change
1616

1717
- 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
1818

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+
1933
#### :nail_care: Polish
2034

2135
- Add missing backtick and spaces to `Belt.Map.map` doc comment. https://github.com/rescript-lang/rescript/pull/7632
@@ -32,20 +46,6 @@
3246
- Rewatch: only get `"type": "dev"` source files for local packages. https://github.com/rescript-lang/rescript/pull/7646
3347
- Rewatch: add support for `rescript -w` for compatibility. https://github.com/rescript-lang/rescript/pull/7649
3448

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-
4949
# 12.0.0-beta.1
5050

5151
#### :rocket: New Feature

0 commit comments

Comments
 (0)