putout 35.32.0 → 35.33.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 +31 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,34 @@
|
|
|
1
|
+
2024.06.07, v35.33.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- b6900b729 @putout/compare: __body: inside FunctionDeclaration: multiple statements
|
|
5
|
+
- 478e7f1e0 eslint-plugin-putout: remove-useless-variables
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- d9d6c9862 putout: @putout/plugin-simplify-boolean-return v2.0.0
|
|
9
|
+
- aed08a413 @putout/plugin-minify: convert-const-to-var: iprove support of overlap (putoutjs/minify#17)
|
|
10
|
+
- 4c18d43fa @putout/plugin-simplify-boolean-return: drop support of node < 18
|
|
11
|
+
- fadcc660c @putout/plugin-simplify-boolean-return: template -> ReturnStatement
|
|
12
|
+
- 3eb25963f @putout/engine-runner: Replacer: prevent stack overflow
|
|
13
|
+
- e41e1d891 @putout/plugin-minify: join-continued-strings: add (putoutjs/minify#13)
|
|
14
|
+
- 07a90c6ba @putout/plugin-putout: getLiteralRaw: add
|
|
15
|
+
- abc9364f0 @putout/operate: getLiteralRaw: add
|
|
16
|
+
- 2276f2009 @putout/plugin-minify: expand-binding: reassign (putoutjs/minify#14)
|
|
17
|
+
- 12b63fd5f @putout/plugin-minify: convert-if-to-logical: nested-or: (coderaiser/minify#12)
|
|
18
|
+
- f9c0ffa34 @putout/plugin-minify: convert-if-to-logical: parens when not BlockStatement (putoutjs/minify#12)
|
|
19
|
+
- 1a05e31e4 @putout/plugin-minify: convert-if-to-logical: parens (putoutjs/minify#12)
|
|
20
|
+
- 3039a216f @putout/engine-parser: @putout/babel v2.5.0: recordAndTuple: no more syntax configuration
|
|
21
|
+
- b75205f9d @putout/engine-parser: @putout/recast -> recast
|
|
22
|
+
- 50cbb8224 @putout/plugin-putout: remove-empty-array-from-process: add
|
|
23
|
+
- 767c517e9 @putout/plugin-remove-unused-variables: @putout/test v10.0.0
|
|
24
|
+
- 20d14b9e6 @putout/test: process: fail when input === output
|
|
25
|
+
- 9317170a8 @putout/test: transform: fail test when input and output the same
|
|
26
|
+
- 53d9e6ab6 @putout/plugin-nodejs: convert-esm-to-commonjs: add support of generators
|
|
27
|
+
- 198ee7d96 @putout/compare: add support of ClassBody
|
|
28
|
+
- 9c590c406 @putout/plugin-nodejs: convert-esm-to-commonjs: ClassDeclaration
|
|
29
|
+
- 7a0a8943d @putout/plugin-putout: check-replace-code: __body inside ClassDeclaration
|
|
30
|
+
- 08aa6c5b2 @putout/plugin-remove-useless-variables: duplicate: report
|
|
31
|
+
|
|
1
32
|
2024.05.28, v35.32.0
|
|
2
33
|
|
|
3
34
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.33.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",
|
|
@@ -170,7 +170,7 @@
|
|
|
170
170
|
"@putout/plugin-remove-useless-variables": "^11.0.0",
|
|
171
171
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|
|
172
172
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|
|
173
|
-
"@putout/plugin-simplify-boolean-return": "^
|
|
173
|
+
"@putout/plugin-simplify-boolean-return": "^2.0.0",
|
|
174
174
|
"@putout/plugin-simplify-ternary": "^7.0.0",
|
|
175
175
|
"@putout/plugin-sort-imports-by-specifiers": "^1.0.0",
|
|
176
176
|
"@putout/plugin-split-assignment-expressions": "^1.0.0",
|