putout 20.1.0 → 20.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 +19 -1
- package/package.json +2 -1
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2021.09.16, v20.2.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- chore(nycrc) exclude: fixture -> *fixture
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- (eslint-plugin-putout) no-resolve: add support of import directory
|
|
8
|
+
- (putout) export putout/eslint
|
|
9
|
+
- (eslint-plugin-putout) add no-unresolved
|
|
10
|
+
- (@putout/plugin-declare-undefined-variables) add support of basename, dirname, extname from path
|
|
11
|
+
- (package) @putout/plugin-remove-useless-async v4.0.0
|
|
12
|
+
- (@putout/plugin-remove-useless-async) drop support of node < 14
|
|
13
|
+
- (@putout/plugin-remove-useless-async) report: Useless async should be avoided -> Avoid useless async
|
|
14
|
+
- (@putout/plugin-declare-undefined-variables) add support of reImport, stopAll
|
|
15
|
+
- (@putout/plugin-remove-duplicate-keys) add support of rename while destructuring
|
|
16
|
+
- (eslint-plugin-putout) safe: disable remove-unused-for-of-variables
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
2021.09.15, v20.1.0
|
|
2
20
|
|
|
3
21
|
fix:
|
|
@@ -11,7 +29,7 @@ feature:
|
|
|
11
29
|
- (@putout/engine-runner) add support of "include" not a function in Includer
|
|
12
30
|
- (package) @putout/plugin-eslint v2.0.0
|
|
13
31
|
- (@putout/plugin-eslint) drop support of putout < 20
|
|
14
|
-
- (@putout/plugin-eslint) add
|
|
32
|
+
- (@putout/plugin-eslint) add convert-ide-to-safe
|
|
15
33
|
|
|
16
34
|
|
|
17
35
|
2021.09.12, v20.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.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",
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"./exit-codes": "./lib/cli/exit-codes.mjs",
|
|
17
17
|
"./cli": "./lib/cli/index.js",
|
|
18
18
|
"./loader": "./lib/loader.js",
|
|
19
|
+
"./eslint": "./lib/cli/eslint/index.js",
|
|
19
20
|
"./package.json": "./package.json"
|
|
20
21
|
},
|
|
21
22
|
"bin": {
|