12.0.0-beta.14
Pre-release
Pre-release
💥 Breaking Change
- Removed
rescript legacy
subcommand in favor of separaterescript-legacy
binary. #7928 - Add comparison function for
Error
inResult.equal
andcompare
. #7933 - Rewatch:
"type": "dev"
anddev-dependencies
will be compiled by default for local packages. The--dev
flag no longer does anything. #7934
🐛 Bug fix
- Prevent lockfile creation when project folder is missing. #7927
- Fix parameter type / return type ambiguity error for unit case. #7930
💅 Polish
- ReScript cli: do not show build command options in the root help. #7715
- Deprecate reanalyze
@raises
in favor of@throws
. #7932
🏠 Internal
- CI: run macOS builds on macOS 15. #7935