putout 29.7.0 → 29.8.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 +30 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,33 @@
1
+ 2023.05.17, v29.8.0
2
+
3
+ feature:
4
+ - d8b4dea6f @putout/plugin-remove-unused-expressions: use isSimple from operate
5
+ - 08ba21783 @putout/plugin-putout: declare: operate: isSimple: add
6
+ - 78dc29851 @putout/opreate: isSimple: add
7
+ - a88378217 @putout/plugin-logical-expressions: simplify: add support of ExpressionStatement
8
+ - f349bb539 package: @putout/plugin-remove-unused-expressions v6.0.0
9
+ - e8323e469 @putout/plugin-remove-unused-expressions: drop support of 🐊 < 29
10
+ - 9d483a403 @putout/plugin-remove-unused-expressions: add support of LogicalExpressions
11
+ - 9819c33e0 @putout/plugin-minify: add support of couple ExpressionStatements inside IfStatement consequence BlockStatement body
12
+ - da3ba7d76 @putout/plugin-simplify-ternary: value: add support of OptionalChaining
13
+ - ef66d505c @putout/plugin-minify: convert-if-to-logical: add
14
+ - fcc8f3fd2 @putout/compare: vars: improve replacing ExpressionStatement to Expression
15
+ - bd37e8326 @putout/plugin-minify: types: add
16
+ - 315a20b29 @putout/plugin-minify: mangle-names: add
17
+ - 06548d6bf @putout/plugin-apply-template-literals: exclude TemplateLiteral in the middle of BinaryExpression
18
+ - bc067dc3e @putout/engine-parser: flow: autodetect: only on the beginning
19
+ - a7e67d496 @putout/engine-loader: add ability to pass babel plugin implemintation
20
+ - 6acb3e199 @putout/plugin-apply-template-literals: exclude 3 string literals binary expression
21
+ - fc9271ae6 @putout/plugin-conditions: remove-boolean: simplify
22
+
23
+ 2023.05.12, v29.7.1
24
+
25
+ feature:
26
+ - 55956b4f3 package: @putout/plugin-remove-useless-return v5.0.0
27
+ - 1cbf50a95 @putout/plugin-remove-useless-return: drop support of 🐊 < 29
28
+ - ed064bcb5 @putout/plugin-remove-useless-return: drop support of node < 16
29
+ - b8c4473bb @putout/plugin-remove-useless-return: report
30
+
1
31
  2023.05.12, v29.7.0
2
32
 
3
33
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.7.0",
3
+ "version": "29.8.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",
@@ -130,7 +130,7 @@
130
130
  "@putout/plugin-remove-nested-blocks": "^6.0.0",
131
131
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
132
132
  "@putout/plugin-remove-unreferenced-variables": "^2.0.0",
133
- "@putout/plugin-remove-unused-expressions": "^5.0.0",
133
+ "@putout/plugin-remove-unused-expressions": "^6.0.0",
134
134
  "@putout/plugin-remove-unused-for-of-variables": "^3.0.0",
135
135
  "@putout/plugin-remove-unused-private-fields": "^2.0.0",
136
136
  "@putout/plugin-remove-unused-variables": "^5.0.0",
@@ -146,7 +146,7 @@
146
146
  "@putout/plugin-remove-useless-map": "^1.0.0",
147
147
  "@putout/plugin-remove-useless-operand": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-replace": "^1.0.1",
149
- "@putout/plugin-remove-useless-return": "^4.0.0",
149
+ "@putout/plugin-remove-useless-return": "^5.0.0",
150
150
  "@putout/plugin-remove-useless-spread": "^6.0.0",
151
151
  "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
152
152
  "@putout/plugin-remove-useless-variables": "^8.0.0",