Skip to content

Latest commit

 

History

History
118 lines (43 loc) · 3.66 KB

CHANGELOG.md

File metadata and controls

118 lines (43 loc) · 3.66 KB

0.3.2 (2023-06-08)

Bug Fixes

  • JSX only supports Typescript4.7+ (da39123)

0.3.1 (2023-06-08)

Features

  • Compatible with Typescript3.8 and below (eb4d500)
  • JSX supports both preserve and react-native (c0bad8d)

0.3.0 (2023-06-07)

Features

  • JSX with react17 support (b2a671e)

Performance Improvements

  • Clean up extra blank lines (491b490)

0.3.0-beta.0 (2023-06-06)

Features

0.2.1 (2023-05-16)

Features

  • Function calls are ignored in nonstatic mode (612652c)

Performance Improvements

  • Removes handling of JSXEmptyExpression (76114d5)

0.2.0 (2023-05-16)

Features

Performance Improvements

  • Improve the efficiency of clsx ignore global search (d7e9407)

0.1.3 (2023-05-15)

Bug Fixes

  • Remove clsx that is not actually useful (f187d73)

0.1.2 (2023-05-15)

Bug Fixes

  • Fixed plugin-syntax-jsx missing (e987795)

0.1.1 (2023-05-15)

Bug Fixes

Features

0.1.0 (2023-05-14)

Bug Fixes

  • Error deleted all comments (18d1c7b)

Features

  • automatic clsx addition is supported (9bcbd7d)
  • Removes comments for ignoring (dd3cbd3)
  • Strict mode and global ignore are supported (b45329e)