Skip to content

12.0.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 03 Oct 15:16
· 8 commits to master since this release
9ce9d55

💥 Breaking Change

  • Removed rescript legacy subcommand in favor of separate rescript-legacy binary. #7928
  • Add comparison function for Error in Result.equal and compare. #7933
  • Rewatch: "type": "dev" and dev-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