Skip to content

Commit

Permalink
chore(package) v6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Oct 4, 2019
1 parent efe60e1 commit 3c2d79b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2019.10.04, v6.12.0

fix:
- (@putout/plugin-remove-empty) report

feature:
- (putout) add ability to resolve eslint plugins (#9)
- (@putout/plugin-remove-unused-variables) add support of DoWhileStatement
- (@putout/plugin-remove-empty) remove-empty-block: add support of empty alternate of IfConditionStatement
- (@putout/operate) toExpression: add support of ObjectProperty
- (@putout/formatt-codeframe) add ability to show rule
- (@putout/operate) add toExpression
- (@putout/plugin-extract-sequance) add support of multiple layers (#11)


2019.10.02, v6.11.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "6.11.0",
"version": "6.12.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 3c2d79b

Please sign in to comment.