Skip to content

Commit 963a0de

Browse files
authored
Prepare for 13.0.0-alpha.1 release (#8218)
1 parent e900b60 commit 963a0de

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CHANGELOG.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
> - :nail_care: [Polish]
1111
> - :house: [Internal]
1212
13-
# 13.0.0-alpha.1 (Unreleased)
13+
# 13.0.0-alpha.1
1414

1515
#### :boom: Breaking Change
1616

1717
- Remove the legacy build system. Going forward, only the modern build system is supported, and the `rescript-legacy` command is not available anymore. https://github.com/rescript-lang/rescript/pull/8186 https://github.com/rescript-lang/rescript/pull/8212
1818
- Remove support for `bsconfig.json`. https://github.com/rescript-lang/rescript/pull/8187
19-
- `Int.fromString` and `Float.fromString` use stricter number parsing and no longer uses an explicit radix argument, but instead supports parsing hexadecimal, binary and exponential notation.
19+
- `Int.fromString` and `Float.fromString` use stricter number parsing and no longer use an explicit radix argument, but instead support parsing hexadecimal, binary and exponential notation. https://github.com/rescript-lang/rescript/pull/8129
2020
- Remove the deprecated module system names `es6` and `es6-global` (superseded by `esmodule`). https://github.com/rescript-lang/rescript/pull/8205
2121
- Default to module system `esmodule`. https://github.com/rescript-lang/rescript/pull/8213
22-
- Remove `external-stdlib` configuration option from `rescript.json`. This option was rarely used and is no longer supported.
22+
- Remove `external-stdlib` configuration option from `rescript.json`. This option was rarely used and is no longer supported. https://github.com/rescript-lang/rescript/pull/8175
2323
- Remove the deprecated uncurried `(. args) => ...` function syntax. https://github.com/rescript-lang/rescript/pull/8211
2424
- `js-post-build` now passes the correct output file path based on `in-source` configuration: when `in-source: true`, the path next to the source file is passed; when `in-source: false`, the path in the `lib/<module>/` directory is passed. Additionally, stdout and stderr from the post-build command are now logged. https://github.com/rescript-lang/rescript/pull/8190
2525
- `js-post-build` command now runs in the directory containing the `rescript.json` where it is defined, instead of the unpredictable build invocation directory. This provides consistent behavior in monorepos. https://github.com/rescript-lang/rescript/pull/8195
@@ -28,8 +28,6 @@
2828
- Remove deprecated cli flags `--dev`, `--create-sourcedirs` and `build -w`. https://github.com/rescript-lang/rescript/pull/8202
2929
- Do not allow two different package specs with the same suffix to avoid conflicts. https://github.com/rescript-lang/rescript/pull/8214
3030

31-
#### :eyeglasses: Spec Compliance
32-
3331
#### :rocket: New Feature
3432

3533
- Reanalyze: add scoped `@@live`/`@@dead` annotations for marking module/file sections as live or dead. https://github.com/rescript-lang/rescript/pull/8197
@@ -43,15 +41,11 @@
4341
- Fix error when importing CommonJS runtime modules with `require()`. https://github.com/rescript-lang/rescript/pull/8194
4442
- Rewatch: fix warnings from non-recompiled modules being lost during incremental builds in watch mode. https://github.com/rescript-lang/rescript/pull/8216
4543

46-
#### :memo: Documentation
47-
4844
#### :nail_care: Polish
4945

5046
- Formatter no longer writes files when contents are already correctly formatted. https://github.com/rescript-lang/rescript/pull/8209
5147
- Build system: Only log verbose "Generating AST for module" when actually parsing. https://github.com/rescript-lang/rescript/pull/8210
5248

53-
#### :house: Internal
54-
5549
# 12.1.0
5650

5751
#### :rocket: New Feature

0 commit comments

Comments
 (0)