Skip to content

Commit

Permalink
chore(package) v7.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Feb 9, 2020
1 parent 41e97c1 commit 1f3bf2a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,26 @@
2020.02.09, v7.10.0

fix:
- (@putout/engine-loader) loadPlugins: options check
- (@putout/engine-parser) rm unused export to getParser
- (@putout/engine-parser) custom-parser: rm unused isObject check
- (@putout/apply-optional-chaining) function support
- chore(@putout/plugin-remove-useless-spread) fixture
- chore(@putout/plugin-remove-double-negations) fixture
- (@putout/compare) extract expression
- (@putout/plugin-apply-top-level-await) rm unused check

feature:
- (package) @babel/generator v7.8.4
- (package) @babel/template v7.8.3
- (package) @babel/parser v7.8.4
- (@putout/engine-parser) rm nullishCoalescingOperator, optionalChaining: enabled by default (https://babeljs.io/blog/2020/01/11/7.8.0)
- (@putout/plugin-apply-optional-chaining) add support of computed properties
- (@putout/eslint-config) add eol-last
- (@putout/plugin-apply-optional-chaining) add support of ifStatements
- (@putout/engine-runner) improve expression support


2020.02.02, v7.9.1

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

Please sign in to comment.