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
@@ -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
@@ -27,6 +28,9 @@
27
28
28
29
- A little performance improvement for JSX V4 runtime helper by removing one object allocation for components with key prop. https://github.com/rescript-lang/rescript-compiler/pull/6376
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
31
+
- Display the compile time for `rescript build` command. https://github.com/rescript-lang/rescript-compiler/pull/6404
32
+
- Actualize help message for `build` and `clean` commands. https://github.com/rescript-lang/rescript-compiler/pull/6404
33
+
- Pass through the `-verbose` flag to builds in watch mode. https://github.com/rescript-lang/rescript-compiler/pull/6404
0 commit comments