Skip to content

Commit

Permalink
chore(package) v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Mar 5, 2019
1 parent 9f3bff2 commit e56a0cf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,19 @@
2019.03.05, v4.8.0

feature:
- (@putout/plugin-remove-unused-expressions) add
- (@putotu/plugin-remove-unused-variables) add support of ObjectExpression in ExportDefaultDeclaration
- (@putout/plugin-remove-unused-variables) add support of ClassDeclaration in ExportDefaultDeclaration
- (@putotu/plugin-remove-unused-variables) condition isObjectExpression -> traverse ObjectExpression
- (putout) isTemplateLiteral checks -> TemplateLiteral key
- (putout) add support of TemplateLiteral in ConditionalExpresssion
- (@putout/plugin-remove-unused-variables) add support of Identifier in JSXSpreadAttribute
- (@putout/plugin-remove-unused-variables) add support of marking as used elements before RestElement when destructuring used as a function param
- (@putout/plugin-remove-unused-variables) add support of specifiers in ExportNamedDeclaration
- (@putout/plugin-remove-unused-variables) add support of TemplateLiteral in JSXExpressionContainer
- (@putout/plugin-remove-unused-variables) add support of JSXSpreadAttribute


2019.02.28, v4.7.1

fix:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "4.7.1",
"version": "4.8.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "the pluggable code transformer",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit e56a0cf

Please sign in to comment.