12.0.0-beta.4
Pre-release
Pre-release
·
22 commits
to master
since this release
🐛 Bug fix
- Fix error message that falsely suggested using coercion when it wouldn't work. #7721
- Fix hang in
rescript-editor-analysis.exe codeAction
that sometimes prevented ReScript files from being saved in VS Code. #7731 - Fix formatter removing () from functor type. #7735
- Rewatch: don't compile dev-dependencies of non local dependencies with
--dev
. #7736
💅 Polish
- Apply heuristic to suggest using JSX fragments where we guess that might be what the user wanted. #7714
- Show deprecation warnings for
bs-dependencies
etc. for local dependencies only. #7724 - Add check for minimum required node version. #7723
- Use more optional args in stdlib and deprecate some functions. #7730
- Improve error message for when trying to do dot access on an option/array. #7732