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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@
14
14
15
15
#### :rocket: New Feature
16
16
17
+
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
17
18
- allow hyphens in jsx tag names. https://github.com/rescript-lang/rescript-compiler/pull/6609
18
19
19
20
#### :bug: Bug Fix
@@ -34,7 +35,6 @@
34
35
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
35
36
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
36
37
-`dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590
37
-
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
0 commit comments