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
+5-1
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@
13
13
# 10.1.3
14
14
15
15
#### :nail_care: Polish
16
-
17
16
- Add the gap property to jsxDOMStyle https://github.com/rescript-lang/rescript-compiler/pull/5956
18
17
19
18
#### :bug: Bug Fix
19
+
20
20
- Fix issue where error messages related to non-existent props were displayed without location information https://github.com/rescript-lang/syntax/pull/730
21
21
- Fix issue where uncurried functions were incorrectly converting the type of a prop given as a default value to curried https://github.com/rescript-lang/syntax/pull/731
22
22
- Fix issue with nested async functions, where the inner function would be emitted without `async`https://github.com/rescript-lang/rescript-compiler/pull/5984
@@ -28,6 +28,10 @@
28
28
- Fix issue with using alias and default value together https://github.com/rescript-lang/syntax/pull/734
29
29
- Fix issue in `Js.Promise2` where `then` and `catch` were returning `undefined`https://github.com/rescript-lang/rescript-compiler/pull/5996
30
30
31
+
#### :rocket: New Feature
32
+
33
+
- Add experimental suppport for directives. An annotation such as `@@directive("use client;")` emits `use client;` verbatim before imports https://github.com/rescript-lang/rescript-compiler/pull/5999
0 commit comments