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-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,6 @@ These are only breaking changes for unformatted code.
63
63
- Process `@set` annotation for field update as generating an uncurried function https://github.com/rescript-lang/rescript-compiler/pull/5846
64
64
- Treat uncurried application of primitives like curried application, which produces better output https://github.com/rescript-lang/rescript-compiler/pull/5851
65
65
- New internal representation for uncurried functions using built-in type `function$<fun_type, arity>` this avoids having to declare all the possible arities ahead of time https://github.com/rescript-lang/rescript-compiler/pull/5870
66
-
- Better error message for extension point https://github.com/rescript-lang/rescript-compiler/pull/5965
67
66
68
67
# 10.1.4
69
68
@@ -76,6 +75,11 @@ These are only breaking changes for unformatted code.
76
75
#### :rocket: New Feature
77
76
- Add support for toplevel `await`https://github.com/rescript-lang/rescript-compiler/pull/6054
78
77
78
+
#### :nail_care: Polish
79
+
80
+
- Better error message for extension point https://github.com/rescript-lang/rescript-compiler/pull/6057
81
+
- Improve format check help https://github.com/rescript-lang/rescript-compiler/pull/6056
0 commit comments