putout 30.6.0 → 30.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 +24 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
2023.07.26, v30.7.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 81aabefc9 engine-*: Add missing peerDependencies (#168)
|
|
5
|
+
- dadb3aaaa @putout/plugin-minify: remove-var-undefined: drop empty index.
|
|
6
|
+
- 3f0719cca @putout/plugin-minify: inline: Expression -> UpdateExpression
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- 53ccc3894 package: @putout/plugin-remove-useless-variables v9.0.0
|
|
10
|
+
- 86c816d2d @putout/plugin-remove-useless-variables: declaration: add
|
|
11
|
+
- 7b5a075d7 @putout/plugin-promises: remove-unused-variables: add from @putout/plugin-remove-unused-variables
|
|
12
|
+
- ada2c87c5 @putout/plugin-remove-useless-variables: drop support of 🐊 < 30
|
|
13
|
+
- 66098ee4d @putout/operate: extract: TSTypeReference
|
|
14
|
+
- 890c72be1 @putout/compare: __a: TSTypeReference
|
|
15
|
+
- 749666168 @putout/plugin-promises: remove-useless-async: report
|
|
16
|
+
- f7b49b276 @putout/operate: getBinding: simplify (#154)
|
|
17
|
+
- b6e5d6b3c @putout/plugin-types: convert-typeof-to-is-type: declared (#154)
|
|
18
|
+
- 34218b06a @putout/plugin-logical-expressions: simplify: !(__a === __b) -> __a !== __b (#162)
|
|
19
|
+
- e987ddcc7 @putout/plugin-types: convert-typeof-to-is-type: not (#162)
|
|
20
|
+
- 5af3e3033 @putout/plugin-typescript: convert-generic-to-shorthand: TSFunctionType (#170)
|
|
21
|
+
- 05f1d25f1 @putout/plugin-minify: drop support of 🐊 < 30
|
|
22
|
+
- f79bc8e16 @putout/plugin-minify: inline (#161)
|
|
23
|
+
- 864436d68 @putout/plugin-typescript: apply-type-guards: add (#165)
|
|
24
|
+
|
|
1
25
|
2023.07.25, v30.6.0
|
|
2
26
|
|
|
3
27
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "30.
|
|
3
|
+
"version": "30.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"@putout/plugin-remove-useless-return": "^5.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-spread": "^8.0.0",
|
|
153
153
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
154
|
-
"@putout/plugin-remove-useless-variables": "^
|
|
154
|
+
"@putout/plugin-remove-useless-variables": "^9.0.0",
|
|
155
155
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|
|
156
156
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
|
157
157
|
"@putout/plugin-simplify-boolean-return": "^1.0.0",
|