Skip to content

2.4.0 (2022-04-15)

Compare
Choose a tag to compare
@strager strager released this 04 Apr 03:45
· 3177 commits to master since this release

Downloads

Added

  • Missing parentheses around a self-invoked arrow function are now reported as
    E0211. (Implemented by Sarah Schulte.)
  • E0179 is now reported if a JSX element such as <div /> follows return
    (implemented by Rob Miner).

Fixed

  • <div> <> </> </div> (a JSX fragment inside a JSX element) no longer reports
    a syntax error.

Changed

  • Windows builds (x86, x64, ARM, and ARM64) are now built with MinGW's C and C++
    runtime libraries instead of Microsoft's. This fixes a compliance issue with
    GPLv3.