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
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,6 @@
12
12
13
13
# 12.3.0-beta.1
14
14
15
-
#### :boom: Breaking Change
16
-
17
-
#### :eyeglasses: Spec Compliance
18
-
19
15
#### :rocket: New Feature
20
16
21
17
- Reanalyze: add glob pattern support for suppress/unsuppress configurations (e.g., `"src/generated/**"`). https://github.com/rescript-lang/rescript/pull/8277
@@ -35,8 +31,6 @@
35
31
- Fix type lowering for `dict{}` and `async`, so you don't need to annotate one extra time when the type is known. https://github.com/rescript-lang/rescript/pull/8359
36
32
- Fix issue where warning 56 would blow up with `dict{}` patterns. https://github.com/rescript-lang/rescript/pull/8403
37
33
38
-
#### :memo: Documentation
39
-
40
34
#### :nail_care: Polish
41
35
42
36
- Reanalyze server: redesign incremental fixpoint with delete-then-rederive strategy and predecessor tracking, improving speed on deletions. https://github.com/rescript-lang/rescript/pull/8276
@@ -45,8 +39,6 @@
45
39
- Resolve workspace dependencies in editor analysis. https://github.com/rescript-lang/rescript/pull/8392
46
40
- Improve deprecated attribute extraction and support record form. https://github.com/rescript-lang/rescript/pull/8396
0 commit comments