putout 25.11.3 → 25.13.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 +29 -0
- package/package.json +4 -4
package/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
2022.04.01, v25.13.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/plugin-typescript v2.0.0
|
|
5
|
+
- (@putout/plugin-typescript) drop support of 🐊 < 16
|
|
6
|
+
- (@putout/plugin-typescript) remove-duplicates-from-union: avoid duplicates reporting
|
|
7
|
+
- (@putout/plugin-extract-object-properties) not-equal-deep: link to listStore() results -> call linkStore() when neaded
|
|
8
|
+
- (@putout/engine-runner) store: listStore: use Set() inside to prevent duplicates and return array
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
2022.03.31, v25.12.0
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- (package) @putout/plugin-convert-comparison-to-boolean v3.0.0
|
|
15
|
+
- (@putout/plugin-convert-comparison-to-boolean) drop support of putout < 25
|
|
16
|
+
- (@putout/plugin-simplify-logical-expressions) add more cases
|
|
17
|
+
- (@putout/plugin-convert-comparison-to-boolean) template.ast -> BooleanLiteral
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
2022.03.30, v25.11.4
|
|
21
|
+
|
|
22
|
+
feature:
|
|
23
|
+
- (package) @putout/plugin-remove-useless-variables v7.0.0
|
|
24
|
+
- (@putout/plugin-remove-useless-variables) drop support of putout < 25
|
|
25
|
+
- (@putout/plugin-remove-useless-variables) remove: exclude bindings with constant violations (#100)
|
|
26
|
+
- (@putout/operate) remove: preserve only top-level comments, remove other (#100)
|
|
27
|
+
- (@putout/operate) compute: exclude SpreadElement from extracting (#100)
|
|
28
|
+
|
|
29
|
+
|
|
1
30
|
2022.03.30, v25.11.3
|
|
2
31
|
|
|
3
32
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.13.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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@putout/plugin-convert-assignment-to-comparison": "^1.0.0",
|
|
86
86
|
"@putout/plugin-convert-bitwise-to-logical": "^1.0.0",
|
|
87
87
|
"@putout/plugin-convert-commonjs-to-esm": "^9.0.0",
|
|
88
|
-
"@putout/plugin-convert-comparison-to-boolean": "^
|
|
88
|
+
"@putout/plugin-convert-comparison-to-boolean": "^3.0.0",
|
|
89
89
|
"@putout/plugin-convert-concat-to-flat": "^1.0.0",
|
|
90
90
|
"@putout/plugin-convert-equal-to-strict-equal": "^1.0.0",
|
|
91
91
|
"@putout/plugin-convert-esm-to-commonjs": "^4.0.0",
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@putout/plugin-remove-useless-template-expressions": "^1.0.0",
|
|
156
156
|
"@putout/plugin-remove-useless-type-conversion": "^2.0.0",
|
|
157
157
|
"@putout/plugin-remove-useless-typeof": "^1.0.0",
|
|
158
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
158
|
+
"@putout/plugin-remove-useless-variables": "^7.0.0",
|
|
159
159
|
"@putout/plugin-reuse-duplicate-init": "^3.0.0",
|
|
160
160
|
"@putout/plugin-simplify-assignment": "^1.0.0",
|
|
161
161
|
"@putout/plugin-simplify-logical-expressions": "^2.0.0",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"@putout/plugin-strict-mode": "^3.0.0",
|
|
166
166
|
"@putout/plugin-tape": "^9.0.0",
|
|
167
167
|
"@putout/plugin-try-catch": "^1.0.0",
|
|
168
|
-
"@putout/plugin-typescript": "^
|
|
168
|
+
"@putout/plugin-typescript": "^2.0.0",
|
|
169
169
|
"@putout/plugin-webpack": "^1.0.0",
|
|
170
170
|
"@putout/processor-css": "^4.0.0",
|
|
171
171
|
"@putout/processor-ignore": "^2.0.0",
|