Skip to content

Commit

Permalink
chore(package) v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Feb 16, 2019
1 parent 689e1df commit 8de5703
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.02.16, v4.0.0

fix:
- (@putout/plugin-remove-unused-variables) Identifiers in IfStatement

feature:
- (@putout/plugin-apply-destructuring) add support of array destructuring
- (@putout/plugin-remove-empty) join with @putout/plugin-remove-empty-pattern
- (putout) set defaults for bin
- (putout) remove support of putout section of package.json
- (putout) rm --config
- (eslint-config) prefer-destructuring: AssignmentExpression: disable ojbect
- (eslint-config) prefer-destructuring
- (putout) madrun v2.0.0


2019.02.15, v3.24.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "3.24.0",
"version": "4.0.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 8de5703

Please sign in to comment.