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
+2-1
Original file line number
Diff line number
Diff line change
@@ -381,7 +381,6 @@ These are only breaking changes for unformatted code.
381
381
382
382
#### :boom: Breaking Change
383
383
384
-
- Vendor genType, which does not need to be installed separately anymore. **Only TypeScript back-end** supported.
385
384
- Pipe `->` does not support a code block on the right-hand side e.g. `x->{ open A; get("test") }`
386
385
387
386
#### :rocket: New Feature
@@ -421,6 +420,8 @@ These are only breaking changes for unformatted code.
421
420
- Changed return type of `Js.String.match_` as it was wrong. [#5070](https://github.com/rescript-lang/rescript-compiler/pull/5070)
422
421
- Example: any use of `Js.String.match_` and `Js.String2.match_`
423
422
- Fix: follow the type errors
423
+
- GenType is now vendored in the compiler and drops support for the Flow and untyped back-ends to focus on providing a better experience for TypeScript.
424
+
- Fix: keep on using the older version of the compiler and the separate genType package if Flow support is required. Migrate to TS if one wants to upgrade the compiler version.
0 commit comments