Skip to content

Commit

Permalink
chore(package) v21.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 6, 2021
1 parent 1c19b6d commit a37c6b6
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 @@
2021.11.06, v21.2.0

fix:
- (@putout/plugin-remove-useless-return) exclude nodes with comments

feature:
- (package) @putout/plugin-putout-config v2.0.0
- (@putout/plugin-putout-config) drop support of node < 14
- (@putout/plugin-apply-is-array) add support of "inline" option (https://github.com/xtermjs/xterm.js/pull/3538#discussion_r743663993)
- (@putout/plugin-putout-config) improve support of plugin options
- (@putout/operator-declare) improve VariableDeclaration check
- (@putout/plugin-declare-undefined-variables) maybe: add maybeFn
- (eslint-plugin-putout) safe: disable remove-useless-return
- (eslint-plugin-tape) add tape-add-newline-between-tests


2021.11.02, v21.1.2

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "21.1.2",
"version": "21.2.0",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "馃悐 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit a37c6b6

Please sign in to comment.