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
@@ -14,7 +14,8 @@
14
14
15
15
#### :bug: Bug Fix
16
16
17
-
- Fix issue with GenType and labelled arguments https://github.com/rescript-lang/rescript-compiler/pull/6406
17
+
- Fix issue with GenType and labelled arguments. https://github.com/rescript-lang/rescript-compiler/pull/6406
18
+
- Fix dependencies reinitialization on every change in watch mode. Leads to faster rebuilds and cleaner terminal. https://github.com/rescript-lang/rescript-compiler/pull/6404
18
19
19
20
#### :rocket: New Feature
20
21
@@ -29,6 +30,9 @@
29
30
- The error message for "toplevel expressions should evaluate to unit" has been revamped and improved. https://github.com/rescript-lang/rescript-compiler/pull/6407
30
31
- Improve "Somewhere wanted" error messages by changing wording and adding more context + suggested solutions to the error messages where appropriate. https://github.com/rescript-lang/rescript-compiler/pull/6410
31
32
- Add smart printer for pipe-chains. https://github.com/rescript-lang/rescript-compiler/pull/6411
33
+
- Display the compile time for `rescript build` command. https://github.com/rescript-lang/rescript-compiler/pull/6404
34
+
- Improve help message for `build` and `clean` commands. https://github.com/rescript-lang/rescript-compiler/pull/6404
35
+
- Pass through the `-verbose` flag to builds in watch mode. https://github.com/rescript-lang/rescript-compiler/pull/6404
0 commit comments