Skip to content

11.0.0-rc.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 07 Dec 08:32
· 910 commits to master since this release
9711589

🚀 New Feature

  • Allow empty inline records in variants. #6494
  • Allow empty record patterns in pattern matching. #6494

🐛 Bug Fix

  • Fix issue where an inline record with attributes did not parse. #6499
  • Fix issue with uncurried function with 1 arg being a variable where an undefined variable could be emitted. #6507
  • Fix runtime errors on @genType.as("alias") output. #6509