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-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,16 @@
10
10
> -:nail_care:[Polish]
11
11
> -:house:[Internal]
12
12
13
-
# 12.0.0-beta.8 (Unreleased)
13
+
# 12.0.0-beta.8
14
14
15
15
#### :boom: Breaking Change
16
16
17
17
- Extract ReScript runtime files from main `rescript` package to separate `@rescript/runtime` package. https://github.com/rescript-lang/rescript/pull/7796
18
18
- Remove `@rescript/std` (in favor of `@rescript/runtime`). https://github.com/rescript-lang/rescript/pull/7811
19
19
20
-
#### :eyeglasses: Spec Compliance
21
-
22
20
#### :rocket: New Feature
23
21
24
-
- Add support for ArrayBuffer and typed arrays to `@unboxed`. https://github.com/rescript-lang/rescript/pull/7788
22
+
- Add support for `ArrayBuffer` and typed arrays to `@unboxed`. https://github.com/rescript-lang/rescript/pull/7788
25
23
- Experimental: Add `let?` syntax for unwrapping and propagating errors/none as early returns for option/result types. https://github.com/rescript-lang/rescript/pull/7582
26
24
- Add support for shipping features as experimental, including configuring what experimental features are enabled in `rescript.json`. https://github.com/rescript-lang/rescript/pull/7582
27
25
@@ -30,8 +28,6 @@
30
28
- Fix JS regex literal parsing in character classes. https://github.com/rescript-lang/rescript/pull/7790
31
29
- Fix creating interface for functions with upper bounded polymorphic args. https://github.com/rescript-lang/rescript/pull/7786
32
30
33
-
#### :memo: Documentation
34
-
35
31
#### :nail_care: Polish
36
32
37
33
- Make parser less strict around leading attributes. https://github.com/rescript-lang/rescript/pull/7787
0 commit comments