Skip to content

Commit 4eb30d8

Browse files
cknittfhammerschmidt
authored andcommitted
Prepare for 12.0.0-alpha.10 release (#7362)
1 parent b39c53b commit 4eb30d8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
> - :house: [Internal]
1111
> - :nail_care: [Polish]
1212
13-
# 12.0.0-alpha.10 (Unreleased)
13+
# 12.0.0-alpha.10
1414

1515
#### :rocket: New Feature
1616

1717
- Add `Dict.has` and double `Dict.forEachWithKey`/`Dict.mapValues` performance. https://github.com/rescript-lang/rescript/pull/7316
18-
- Add popover attributes to JsxDOM.domProps. https://github.com/rescript-lang/rescript/pull/7317
18+
- Add popover attributes to `JsxDOM.domProps`. https://github.com/rescript-lang/rescript/pull/7317
1919
- Add `Array.removeInPlace` helper based on `splice`. https://github.com/rescript-lang/rescript/pull/7321
2020
- Add `inert` attribute to `JsxDOM.domProps`. https://github.com/rescript-lang/rescript/pull/7326
2121
- Make reanalyze exception tracking work with the new stdlib. https://github.com/rescript-lang/rescript/pull/7328
22-
- Fix Pervasive.max using boolean comparison for floats. https://github.com/rescript-lang/rescript/pull/7333
22+
- Fix `Pervasive.max` using boolean comparison for floats. https://github.com/rescript-lang/rescript/pull/7333
2323
- Experimental: Support nested/inline record types - records defined inside of other records, without needing explicit separate type definitions. https://github.com/rescript-lang/rescript/pull/7241
2424
- Add unified exponentiation (`**`) operator for numeric types using ES7 `**`. https://github.com/rescript-lang/rescript-compiler/pull/7153
2525
- Rename `raise` to `throw` to align with JavaScript vocabulary. `raise` has been deprecated. https://github.com/rescript-lang/rescript/pull/7346
2626
- Add unified bitwise (`^`) operator. https://github.com/rescript-lang/rescript/pull/7216
27+
- Stdlib: rename binary operations to match JavaScript terms. https://github.com/rescript-lang/rescript/pull/7353
2728

2829
#### :boom: Breaking Change
2930

30-
- Replace ~date with ~day in Date.make\*. https://github.com/rescript-lang/rescript/pull/7324
31+
- Replace `~date` with `~day` in `Date.make`. https://github.com/rescript-lang/rescript/pull/7324
3132
- Remove `-bs-jsx-mode`. https://github.com/rescript-lang/rescript/pull/7327
3233
- Drop Node.js version <20 support, as it is reaching End-of-Life. https://github.com/rescript-lang/rescript-compiler/pull/7354
3334
- Treat `int` multiplication as a normal int32 operation instead of using `Math.imul`. https://github.com/rescript-lang/rescript/pull/7358
@@ -39,12 +40,12 @@
3940

4041
#### :nail_care: Polish
4142

42-
- Deprecate JSON.Classify.classify. https://github.com/rescript-lang/rescript/pull/7315
43+
- Deprecate `JSON.Classify.classify`. https://github.com/rescript-lang/rescript/pull/7315
4344
- Hide stdlib modules in output. https://github.com/rescript-lang/rescript/pull/7305
4445
- Deprecate unsafe host-specific bindings from stdlib. https://github.com/rescript-lang/rescript/pull/7334
45-
- Make unsafe function names consistent in Stdlib.String. https://github.com/rescript-lang/rescript/pull/7337
46+
- Make unsafe function names consistent in `Stdlib.String`. https://github.com/rescript-lang/rescript/pull/7337
4647
- `rescript` package does not trigger `postinstall` script anymore. https://github.com/rescript-lang/rescript/pull/7350
47-
- Add Stdlib Bool and Char modules and improve Pervasives deprecation messages. https://github.com/rescript-lang/rescript/pull/7361
48+
- Add Stdlib `Bool` and `Char` modules and improve Pervasives deprecation messages. https://github.com/rescript-lang/rescript/pull/7361
4849

4950
#### :bug: Bug fix
5051

0 commit comments

Comments
 (0)