putout 35.31.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.
Files changed (2) hide show
  1. package/ChangeLog +39 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,42 @@
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
+
32
+ 2024.05.28, v35.32.0
33
+
34
+ feature:
35
+ - d35f46d6b putout: @putout/plugin-remove-useless-variables v11.0.0
36
+ - 4d26f83f8 @putout/plugin-remove-useless-variables: duplicate: add
37
+ - 959bf46e2 @putout/plugin-remove-useless-variables: drop support of 🐊 < 35
38
+ - 03bbad848 @putout/compare: __body: add support of FunctionDeclaration
39
+
1
40
  2024.05.28, v35.31.0
2
41
 
3
42
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "35.31.0",
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",
@@ -167,10 +167,10 @@
167
167
  "@putout/plugin-remove-useless-return": "^6.0.0",
168
168
  "@putout/plugin-remove-useless-spread": "^11.0.0",
169
169
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
170
- "@putout/plugin-remove-useless-variables": "^10.0.0",
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": "^1.0.0",
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",