Skip to content

v0.21.3

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 02:12
28bfe64

New features

  • Add warning about NaN invariant and -0.0 for direct comparisons (#2475) (6c79e39)

Bug fixes

  • Update Binaryen and fix #2482 (#2477) (8ae597d)
  • Disallow expressions with void type & references for some operations (#2474) (28bfe64)
  • Properly handle -0 literal for floating point context (#2478) (f52f612)
  • Proper parseFloat for signed zeros inputs (#2483) (12838ac)

Other

  • Enhance FunctionExpression type inference (#2458) (e06557c)
  • Add stringref expression ids (#2487) (b176649)
  • Simplify floating points comparison for Object.is (#2476) (525b2e1)
  • Add optimized path of Math.round for preferred size mode (#2479) (819d8a3)