Skip to content

Commit

Permalink
chore(package) v8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 1, 2020
1 parent 89330c0 commit 8dde4d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,20 @@
2020.06.01, v8.12.0

fix:
- (@putout/plugin-extract-object-properties) handle absense of scope after @putout/plugin-apply-destructuring
- (@putout/engine-parser) babel: decorators -> decorators-legacy

feature:
- (@putout/engine-runner) template: generate() -> path.toString()
- (@putout/plugin-convert-index-of-to-includes) add
- (@putout/plugin-remove-unreachable-code) add support of FunctionDeclaration hoist (#17)
- (@putout/plugin-remove-useless-expressions) add support of ArrayExpression
- (@putout/plugin-remove-unused-expressions) add support of ObjectExpression
- (@putout/eslint-config) add brace-style
- (@putout/plugin-remove-unused-variables) add support of TSAsExpression
- (@putout/engine-parser) acorn v7.2.0


2020.05.30, v8.11.1

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

Please sign in to comment.