putout 25.17.0 → 25.17.3
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 +26 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
2022.05.03, v25.17.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/plugin-apply-is-array v3.0.0
|
|
5
|
+
- (@putout/plugin-apply-is-array) change report
|
|
6
|
+
- (@putout/plugin-apply-is-array) drop support of 🐊 < 25
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
2022.05.03, v25.17.2
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- (@putout/rule-set-description) extend to all descriptions
|
|
13
|
+
- (package) @putout/plugin-convert-for-to-for-of v4.0.0
|
|
14
|
+
- (@putout/plugin-convert-for-to-for-of) drop support of 🐊 < 25
|
|
15
|
+
- (@putout/plugin-convert-for-to-for-of) change report
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
2022.05.02, v25.17.1
|
|
19
|
+
|
|
20
|
+
feature:
|
|
21
|
+
- (@putout/rule-set-description) add
|
|
22
|
+
- (package) @putout/plugin-convert-object-assign-to-merge-spread v6.0.0
|
|
23
|
+
- (@putout/plugin-convert-object-assign-to-merge-spread) drop support of 🐊 < 25
|
|
24
|
+
- (@putout/plugin-convert-object-assign-to-merge-spread) change report message
|
|
25
|
+
|
|
26
|
+
|
|
1
27
|
2022.05.01, v25.17.0
|
|
2
28
|
|
|
3
29
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.17.
|
|
3
|
+
"version": "25.17.3",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@putout/plugin-apply-destructuring": "^5.0.0",
|
|
75
75
|
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
76
76
|
"@putout/plugin-apply-if-condition": "^1.0.0",
|
|
77
|
-
"@putout/plugin-apply-is-array": "^
|
|
77
|
+
"@putout/plugin-apply-is-array": "^3.0.0",
|
|
78
78
|
"@putout/plugin-apply-numeric-separators": "^1.0.0",
|
|
79
79
|
"@putout/plugin-apply-optional-chaining": "^2.0.0",
|
|
80
80
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"@putout/plugin-convert-esm-to-commonjs": "^4.0.0",
|
|
92
92
|
"@putout/plugin-convert-for-each-to-for-of": "^7.0.0",
|
|
93
93
|
"@putout/plugin-convert-for-in-to-for-of": "^2.0.0",
|
|
94
|
-
"@putout/plugin-convert-for-to-for-of": "^
|
|
94
|
+
"@putout/plugin-convert-for-to-for-of": "^4.0.0",
|
|
95
95
|
"@putout/plugin-convert-index-of-to-includes": "^1.0.0",
|
|
96
96
|
"@putout/plugin-convert-map-to-for-of": "^2.0.0",
|
|
97
97
|
"@putout/plugin-convert-math-pow": "^4.0.0",
|
|
98
98
|
"@putout/plugin-convert-mock-require-to-mock-import": "^3.0.0",
|
|
99
|
-
"@putout/plugin-convert-object-assign-to-merge-spread": "^
|
|
99
|
+
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
100
100
|
"@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
|
|
101
101
|
"@putout/plugin-convert-reduce-to-for-of": "^1.0.0",
|
|
102
102
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|