Skip to content

v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 02:04
a20c005

Breaking changes

New features

Bug fixes

  • Remove the parameter number limit for functionType infer (#2434) (a20c005)
  • Disallow "any to v128" or "v128 to any" conversions (#2442) (b0ca388)
  • Infer return type in implicit return arrow function (#2433) (f7beaac)
  • Properly check undefined exportStart option (#2453) (7406fa1)
  • Add missing type for i64_signbit input argument (#2454) (beda866)

Other

  • Add optimized for size float to bool conversion path (#2445) (11094c5)
  • Add debugInfo for compiler's Options (#2450) (114fd03)
  • Disable "preserveConstEnums" in tsconfig (#2440) (0e10552)
  • Reorganize & refactor diagnostic's utils. Add more const enums (#2438) (a81896e)