Skip to content

11.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 22 May 15:32
· 459 commits to master since this release

πŸš€ Main New Feature

  • Make uncurried mode opt-out: by default, every project is now in uncurried mode, unless "uncurried": false is specified in the project config. #6249

πŸ’… Polish

  • Removed duplicate Super_error implementation in syntax. #6246

πŸ› Bug Fix

  • Fix issue with inlining records in the presence of record coercion. #6256