Skip to content

putout v28.14.0

Choose a tag to compare

@coderaiser coderaiser released this 02 Feb 14:10
· 10022 commits to master since this release

🔥 feature

  • package: @putout/plugin-split-nested-destructuring v2.0.0
  • @putout/plugin-split-nested-destructuring: drup support of 🐊 < 28
  • @putout/plugin-split-nested-destructuring: drup support of node < 16
  • @putout/plugin-split-nested-destructuring: exclude declared variables
  • @putout/eslint: add ability to ignore ESLint warnings with NO_ESLINT_WARNINGS
  • @putout/operate: replace, replaceWith: check if node is statement
  • @putout/plugin-convert-for-each-to-for-of: simplify: use default behaviour of replaceWith instead of maybeBody
  • @putout/operate: replaceWithMultiple: add ability to replace Expression with Statement when body of ArrowFunctionExpression is Expression
  • @putout/operate: replaceWith: add ability to replace Expression with Statement when body of ArrowFunctionExpression is Expression