You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,27 @@
10
10
> -:nail_care:[Polish]
11
11
> -:house:[Internal]
12
12
13
-
# 12.0.0-beta.12 (Unreleased)
13
+
# 12.0.0-beta.12
14
14
15
15
#### :boom: Breaking Change
16
16
17
17
- Make experimental-features kebap-case in compiler config like the other fields. https://github.com/rescript-lang/rescript/pull/7891
18
18
19
-
#### :eyeglasses: Spec Compliance
20
-
21
19
#### :rocket: New Feature
22
20
23
21
- Add `littleEndian` feature for `DataView` to Stdlib. https://github.com/rescript-lang/rescript/pull/7881
24
-
- Add `mapOkAsync`, `mapErrorAsync`, `flatMapOkAsync` and `flatMapErrorAsync` for async `result`'s to Stdlib. https://github.com/rescript-lang/rescript/pull/7906
22
+
- Add `mapOkAsync`, `mapErrorAsync`, `flatMapOkAsync` and `flatMapErrorAsync` for async `result`s to Stdlib. https://github.com/rescript-lang/rescript/pull/7906
25
23
26
24
#### :bug: Bug fix
27
25
28
26
- Include `-runtime-path` as bsc argument when generating `.mlmap` file. https://github.com/rescript-lang/rescript/pull/7888
29
27
30
-
#### :memo: Documentation
31
-
32
28
#### :nail_care: Polish
33
29
34
30
- Add (dev-)dependencies to build schema. https://github.com/rescript-lang/rescript/pull/7892
35
31
- Dedicated error for dict literal spreads. https://github.com/rescript-lang/rescript/pull/7901
36
32
- Dedicated error message for when mixing up `:` and `=` in various positions. https://github.com/rescript-lang/rescript/pull/7900
0 commit comments