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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,15 @@
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
18
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
19
24
20
25
#### :bug: Bug fix
21
26
@@ -25,7 +30,8 @@
25
30
- Fix completion for application with tagged template. https://github.com/rescript-lang/rescript/pull/7278
26
31
- Fix error message for arity in the presence of optional arguments. https://github.com/rescript-lang/rescript/pull/7284
27
32
- Fix issue in functors with more than one argument (which are curried): emit nested function always. https://github.com/rescript-lang/rescript/pull/7273
28
-
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
33
+
- Fix dot completion issue with React primitives. https://github.com/rescript-lang/rescript/pull/7292
34
+
- Stdlib namespace for Core modules (fixes name clashes with user modules). https://github.com/rescript-lang/rescript/pull/7285
0 commit comments