putout 29.8.2 → 29.9.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 +28 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,31 @@
1
+ 2023.05.24, v29.9.0
2
+
3
+ fix:
4
+ - fca416aac @putout/plugin-printer: remove-args
5
+ - 76ac50697 @putout/plugin-=minify: convert-if-to-logical: AssignmentExpression support
6
+
7
+ feature:
8
+ - e1857c88c package: @putout/plugin-remove-useless-else v2.0.0
9
+ - d01c45590 @putout/plugin-remove-useless-else: drop support of 🐊 < 19
10
+ - e77a9fa4e @putout/plugin-remove-useless-else: use @putout/printer
11
+ - 217576d50 @putout/plugin-minify: convert-if-to-logical: add support of ternary expression
12
+ - 69fce3014 @putout/plugin-minify: apply-ternary: add
13
+ - e8858e4a8 @putout/plugin-printer: remove-args: add support of maybe.print.space
14
+ - a19fb2ff1 @putout/plugin-minify: extract-body: add
15
+ - e7e7e2fb7 @putout/plugin-minify: add support of ForOfStatement
16
+ - 7f767ef0a @putout/plugin-minify: convert-if-to-logical: exclude AssignmentExpression (coderaiser/minify#100)
17
+ - a20679740 @putout/plugin-conditions: remove-zero: add
18
+
19
+ 2023.05.18, v29.8.3
20
+
21
+ feature:
22
+ - ad66fa1d8 package: @putout/plugin-convert-to-arrow-function v4.0.0
23
+ - 64a31d1d7 @putout/plugin-convert-to-arrow-function: add support of FunctionExpression used as argument of CallExpression
24
+ - db759c2c1 @putout/plugin-convert-to-arrow-function: use @putout/printer
25
+ - 654ce7a18 @putout/plugin-convert-to-arrow-function: drop support of node < 16
26
+ - b98a62bb7 @putout/plugin-convert-to-arrow-function: report
27
+ - 33064b8c1 @putout/plugin-minify: types: typeof not equal
28
+
1
29
  2023.05.18, v29.8.2
2
30
 
3
31
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.8.2",
3
+ "version": "29.9.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",
@@ -93,7 +93,7 @@
93
93
  "@putout/plugin-convert-object-entries-to-array-entries": "^1.0.0",
94
94
  "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
95
95
  "@putout/plugin-convert-template-to-string": "^1.0.0",
96
- "@putout/plugin-convert-to-arrow-function": "^3.0.0",
96
+ "@putout/plugin-convert-to-arrow-function": "^4.0.0",
97
97
  "@putout/plugin-declare": "^1.0.1",
98
98
  "@putout/plugin-declare-before-reference": "^2.0.0",
99
99
  "@putout/plugin-declare-imports-first": "^2.0.0",
@@ -140,7 +140,7 @@
140
140
  "@putout/plugin-remove-useless-assign": "^1.0.0",
141
141
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
142
142
  "@putout/plugin-remove-useless-continue": "^2.0.0",
143
- "@putout/plugin-remove-useless-else": "^1.0.0",
143
+ "@putout/plugin-remove-useless-else": "^2.0.0",
144
144
  "@putout/plugin-remove-useless-escape": "^3.0.0",
145
145
  "@putout/plugin-remove-useless-functions": "^2.0.0",
146
146
  "@putout/plugin-remove-useless-map": "^1.0.0",