putout 25.6.0 → 25.7.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 +9 -0
- package/package.json +3 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2022.03.14, v25.7.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/plugin-apply-early-return v2.0.0
|
|
5
|
+
- (@putout/plugin-apply-early-return) drop support of 🐊 < 25
|
|
6
|
+
- (@putout/plugin-apply-eary-return) improve
|
|
7
|
+
- (@putout/plugin-remove-useless-else) add
|
|
8
|
+
|
|
9
|
+
|
|
1
10
|
2022.03.13, v25.6.0
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.7.0",
|
|
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",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"@putout/operator-regexp": "^1.0.0",
|
|
73
73
|
"@putout/plugin-apply-array-at": "^2.0.0",
|
|
74
74
|
"@putout/plugin-apply-destructuring": "^5.0.0",
|
|
75
|
-
"@putout/plugin-apply-early-return": "^
|
|
75
|
+
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
76
76
|
"@putout/plugin-apply-if-condition": "^1.0.0",
|
|
77
77
|
"@putout/plugin-apply-is-array": "^2.0.0",
|
|
78
78
|
"@putout/plugin-apply-numeric-separators": "^1.0.0",
|
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
"@putout/plugin-remove-useless-conditions": "^1.0.0",
|
|
144
144
|
"@putout/plugin-remove-useless-constructor": "^1.0.0",
|
|
145
145
|
"@putout/plugin-remove-useless-continue": "^1.0.0",
|
|
146
|
+
"@putout/plugin-remove-useless-else": "^1.0.0",
|
|
146
147
|
"@putout/plugin-remove-useless-escape": "^3.0.0",
|
|
147
148
|
"@putout/plugin-remove-useless-for-of": "^2.0.0",
|
|
148
149
|
"@putout/plugin-remove-useless-functions": "^2.0.0",
|