putout 22.5.1 → 22.5.2
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 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
1
|
+
2021.12.07, v22.5.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/operator-declare) simplify
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- (package) @putout/formatter-dump v3.0.0
|
|
8
|
+
- (package) @putout/formatter-dump v3.0.0
|
|
9
|
+
- (@putout/formatter-dump) convert to ESM (#91)
|
|
10
|
+
- (package) @putout/plugin-remove-useless-escape v2.0.0
|
|
11
|
+
- (eslint-plugin-putout) objects-braces-inside-array: add support of newlines in the middle
|
|
12
|
+
- (@putout/plugin-remove-useless-escape) drop support of node < 14
|
|
13
|
+
- (@putout/plugin-remove-useless-escape) add support of comma
|
|
14
|
+
- (@putout/plugin-putout) add convert-putout-test-to-create-test
|
|
15
|
+
- (@putout/operator-declare) add ability to handle missing case of dual package
|
|
16
|
+
- (@putout/plugin-putout) add apply-async-formatter (#91)
|
|
17
|
+
- (@putout/tape) add support of reRequire
|
|
18
|
+
|
|
19
|
+
|
|
1
20
|
2021.12.05, v22.5.1
|
|
2
21
|
|
|
3
22
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "22.5.
|
|
3
|
+
"version": "22.5.2",
|
|
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",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@putout/engine-processor": "^4.0.0",
|
|
57
57
|
"@putout/engine-runner": "^11.0.0",
|
|
58
58
|
"@putout/formatter-codeframe": "^2.0.0",
|
|
59
|
-
"@putout/formatter-dump": "^
|
|
59
|
+
"@putout/formatter-dump": "^3.0.0",
|
|
60
60
|
"@putout/formatter-frame": "^1.0.0",
|
|
61
61
|
"@putout/formatter-json": "^1.0.0",
|
|
62
62
|
"@putout/formatter-json-lines": "^1.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@putout/plugin-remove-useless-conditions": "^1.0.0",
|
|
147
147
|
"@putout/plugin-remove-useless-constructor": "^1.0.0",
|
|
148
148
|
"@putout/plugin-remove-useless-continue": "^1.0.0",
|
|
149
|
-
"@putout/plugin-remove-useless-escape": "^
|
|
149
|
+
"@putout/plugin-remove-useless-escape": "^2.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-for-of": "^2.0.0",
|
|
151
151
|
"@putout/plugin-remove-useless-functions": "^2.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-map": "^1.0.0",
|