Skip to content

12.0.0-beta.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 19 Sep 15:31
· 29 commits to master since this release
271bbac

💥 Breaking Change

  • Make experimental-features kebap-case in compiler config like the other fields. #7891

🚀 New Feature

  • Add littleEndian feature for DataView to Stdlib. #7881
  • Add mapOkAsync, mapErrorAsync, flatMapOkAsync and flatMapErrorAsync for async results to Stdlib. #7906

🐛 Bug fix

  • Include -runtime-path as bsc argument when generating .mlmap file. #7888

💅 Polish

  • Add (dev-)dependencies to build schema. #7892
  • Dedicated error for dict literal spreads. #7901
  • Dedicated error message for when mixing up : and = in various positions. #7900