putout 21.1.2 → 21.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog +16 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2021.11.06, v21.2.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/plugin-remove-useless-return) exclude nodes with comments
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- (package) @putout/plugin-putout-config v2.0.0
|
|
8
|
+
- (@putout/plugin-putout-config) drop support of node < 14
|
|
9
|
+
- (@putout/plugin-apply-is-array) add support of "inline" option (https://github.com/xtermjs/xterm.js/pull/3538#discussion_r743663993)
|
|
10
|
+
- (@putout/plugin-putout-config) improve support of plugin options
|
|
11
|
+
- (@putout/operator-declare) improve VariableDeclaration check
|
|
12
|
+
- (@putout/plugin-declare-undefined-variables) maybe: add maybeFn
|
|
13
|
+
- (eslint-plugin-putout) safe: disable remove-useless-return
|
|
14
|
+
- (eslint-plugin-tape) add tape-add-newline-between-tests
|
|
15
|
+
|
|
16
|
+
|
|
1
17
|
2021.11.02, v21.1.2
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.2.0",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"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",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/putout",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"@putout/plugin-package-json": "^1.0.0",
|
|
118
118
|
"@putout/plugin-promises": "^6.0.0",
|
|
119
119
|
"@putout/plugin-putout": "^8.0.0",
|
|
120
|
-
"@putout/plugin-putout-config": "^
|
|
120
|
+
"@putout/plugin-putout-config": "^2.0.0",
|
|
121
121
|
"@putout/plugin-regexp": "^3.0.0",
|
|
122
122
|
"@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
|
|
123
123
|
"@putout/plugin-remove-boolean-from-logical-expressions": "^4.0.0",
|