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
- Support import attributes (https://github.com/tc39/proposal-import-attributes) in `@module()`. https://github.com/rescript-lang/rescript-compiler/pull/6599
18
19
- allow hyphens in jsx tag names (e.g. `<mj-column>`). https://github.com/rescript-lang/rescript-compiler/pull/6609
19
20
@@ -37,7 +38,6 @@
37
38
- Experimental support of tagged template literals, e.g. ```sql`select * from ${table}```. https://github.com/rescript-lang/rescript-compiler/pull/6250
38
39
- Experimental support for generic/custom JSX transforms. https://github.com/rescript-lang/rescript-compiler/pull/6565
39
40
-`dict` is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590
40
-
- Add support for array spread. https://github.com/rescript-lang/rescript-compiler/pull/6608
0 commit comments