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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,10 @@
14
14
15
15
#### :boom: Breaking Change
16
16
17
-
- The legacy rescript cli can be called through rewatch via `rewatch legacy`. Arguments to rewatch need to be passed after the subcommand. Argument `--compiler-args` is now a subcommand `compiler-args`. https://github.com/rescript-lang/rescript/pull/7551
17
+
- New `rewatch` based build system. https://github.com/rescript-lang/rescript/pull/7551https://github.com/rescript-lang/rescript/pull/7593
18
+
- The new `rewatch` based build system is now the default and is exposed through the `rescript` command. The `rewatch` command has been removed.
19
+
- The previous Ninja-based build system is now available via the `rescript legacy` subcommand.
20
+
- Argument `--compiler-args` is now a subcommand `compiler-args`.
18
21
- Remove `String.getSymbol` from standard library. https://github.com/rescript-lang/rescript/pull/7571
19
22
- Remove `String.getSymbolUnsafe` from standard library. https://github.com/rescript-lang/rescript/pull/7571
20
23
- Remove `String.setSymbol` from standard library. https://github.com/rescript-lang/rescript/pull/7571
0 commit comments