11.0.0-beta.1
Pre-release
Pre-release
·
1063 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