Skip to content

11.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cknitt cknitt released this 28 Jun 08:20
· 511 commits to master since this release
3899bb1

πŸš€ New Feature

  • Untagged variants: consider regexp as an object type. #6296
  • Semantic-based optimization of code generated for untagged variants. #6108
  • Record type spreads: Allow using type variables in type spreads. Both uninstantiated and instantiated ones. #6309
  • Variants: Allow coercing variants to string/int/float when applicable. #6311

πŸ› Bug Fix

  • Fix issue with dynamic import of modules in expressions. #6310