Skip to content

putout v30.7.0

Choose a tag to compare

@coderaiser coderaiser released this 26 Jul 17:42
· 8440 commits to master since this release

🐞 fix

  • 81aabef engine-*: Add missing peerDependencies (#168)
  • dadb3aa @putout/plugin-minify: remove-var-undefined: drop empty index.
  • 3f0719c @putout/plugin-minify: inline: Expression -> UpdateExpression

🔥 feature

  • 53ccc38 package: @putout/plugin-remove-useless-variables v9.0.0
  • 86c816d @putout/plugin-remove-useless-variables: declaration: add
  • 7b5a075 @putout/plugin-promises: remove-unused-variables: add from @putout/plugin-remove-unused-variables
  • ada2c87 @putout/plugin-remove-useless-variables: drop support of 🐊 < 30
  • 66098ee @putout/operate: extract: TSTypeReference
  • 890c72b @putout/compare: __a: TSTypeReference
  • 7496661 @putout/plugin-promises: remove-useless-async: report
  • f7b49b2 @putout/operate: getBinding: simplify (#154)
  • b6e5d6b @putout/plugin-types: convert-typeof-to-is-type: declared (#154)
  • 34218b0 @putout/plugin-logical-expressions: simplify: !(__a === __b) -> __a !== __b (#162)
  • e987ddc @putout/plugin-types: convert-typeof-to-is-type: not (#162)
  • 5af3e30 @putout/plugin-typescript: convert-generic-to-shorthand: TSFunctionType (#170)
  • 05f1d25 @putout/plugin-minify: drop support of 🐊 < 30
  • f79bc8e @putout/plugin-minify: inline (#161)
  • 864436d @putout/plugin-typescript: apply-type-guards: add (#165)