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,14 +10,12 @@
10
10
> -:nail_care:[Polish]
11
11
> -:house:[Internal]
12
12
13
-
# 13.0.0-alpha.3 (Unreleased)
13
+
# 13.0.0-alpha.3
14
14
15
15
#### :boom: Breaking Change
16
16
17
17
- Change `Intl.Collator.compare` return type from `int` to `Ordering.t` (`float`). https://github.com/rescript-lang/rescript/pull/8289
18
18
19
-
#### :eyeglasses: Spec Compliance
20
-
21
19
#### :rocket: New Feature
22
20
23
21
- Reanalyze: add glob pattern support for suppress/unsuppress configurations (e.g., `"src/generated/**"`). https://github.com/rescript-lang/rescript/pull/8277
@@ -29,13 +27,11 @@
29
27
- Reanalyze server: invalidate cache and recompute results when config changes in `rescript.json`. https://github.com/rescript-lang/rescript/pull/8262
30
28
- Fix `null` and array values incorrectly matching the `Object` branch when pattern matching on `JSON.t` (or other untagged variants with an `Object` case) in statement position. https://github.com/rescript-lang/rescript/pull/8279
31
29
- Fix rewatch panic when `package.json` has no `name` field. https://github.com/rescript-lang/rescript/pull/8291
32
-
- Fix unpacking first-class module in default argument of react component. https://github.com/rescript-lang/rescript/pull/8296
30
+
- Fix unpacking first-class module in default argument of React component. https://github.com/rescript-lang/rescript/pull/8296
33
31
- Fix exception record field regression. https://github.com/rescript-lang/rescript/pull/8319
34
32
- Rewatch: ignore stale lock for unrelated process name. https://github.com/rescript-lang/rescript/pull/8316
35
33
- Fix handling of exotic identifiers for let bindings in GenType. https://github.com/rescript-lang/rescript/pull/8315
36
34
37
-
#### :memo: Documentation
38
-
39
35
#### :nail_care: Polish
40
36
41
37
- Improve error message for dependency without `rescript.json`. https://github.com/rescript-lang/rescript/pull/8292
0 commit comments