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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,16 @@
12
12
13
13
# 12.0.0-alpha.9 (Unreleased)
14
14
15
+
#### :boom: Breaking Change
16
+
17
+
- Clean list API. https://github.com/rescript-lang/rescript/pull/7290
18
+
15
19
#### :nail_care: Polish
16
20
17
21
- Allow single newline in JSX. https://github.com/rescript-lang/rescript/pull/7269
22
+
- Editor: Always complete from Core first. Use actual native regex syntax in code snippets for regexps. https://github.com/rescript-lang/rescript/pull/7295
23
+
- Add `type t` to Stdlib modules. https://github.com/rescript-lang/rescript/pull/7302
24
+
- Gentype: handle null/nullable/undefined from Stdlib. https://github.com/rescript-lang/rescript/pull/7132
18
25
19
26
#### :bug: Bug fix
20
27
@@ -24,10 +31,17 @@
24
31
- Fix completion for application with tagged template. https://github.com/rescript-lang/rescript/pull/7278
25
32
- Fix error message for arity in the presence of optional arguments. https://github.com/rescript-lang/rescript/pull/7284
26
33
- Fix issue in functors with more than one argument (which are curried): emit nested function always. https://github.com/rescript-lang/rescript/pull/7273
34
+
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
35
+
- Stdlib namespace for Core modules (fixes name clashes with user modules). https://github.com/rescript-lang/rescript/pull/7285
36
+
- Fix runtime type check for Object in untagged variants when one variant case is `null`. https://github.com/rescript-lang/rescript/pull/7303
37
+
- Fix files that were being truncated when sent to the CDN over FTP. https://github.com/rescript-lang/rescript/pull/7306
27
38
28
39
#### :house: Internal
29
40
30
41
- Remove ignore in res_scanner.ml . https://github.com/rescript-lang/rescript/pull/7280
42
+
- Use the new stdlib modules in the analysis tests. https://github.com/rescript-lang/rescript/pull/7295
43
+
- Build with OCaml 5.3.0. https://github.com/rescript-lang/rescript/pull/7294
0 commit comments