putout 29.13.2 → 29.13.4

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 +16 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,19 @@
1
+ 2023.06.14, v29.13.4
2
+
3
+ feature:
4
+ - cf40b4a52 package: @putout/plugin-remove-useless-spread v7.0.0
5
+ - 116f948ef @putout/plugin-remove-useless-spread: drop support of 🐊 < 29
6
+ - a64051bb7 @putout/plugin-remove-useless-spread: use @putout/printer
7
+
8
+ 2023.06.14, v29.13.3
9
+
10
+ feature:
11
+ - c004b1746 package: @putout/plugin-remove-useless-template-expressions v2.0.0
12
+ - 9aa82b10f @putout/plugin-remove-useless-template-expressions: drop support of 🐊 < 29
13
+ - bbd78527e @putout/plugin-remove-useless-template-expressions: comments support using @putout/printer
14
+ - 8f73dcaca @putout/plugin-types: remove-double-negations: add support of startsWith
15
+ - 7d333d735 @putout/plugin-simplify-boolean-return: add support of UnaryExpression: !
16
+
1
17
  2023.06.14, v29.13.2
2
18
 
3
19
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.13.2",
3
+ "version": "29.13.4",
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",
@@ -147,8 +147,8 @@
147
147
  "@putout/plugin-remove-useless-operand": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-replace": "^1.0.1",
149
149
  "@putout/plugin-remove-useless-return": "^5.0.0",
150
- "@putout/plugin-remove-useless-spread": "^6.0.0",
151
- "@putout/plugin-remove-useless-template-expressions": "^1.0.0",
150
+ "@putout/plugin-remove-useless-spread": "^7.0.0",
151
+ "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
152
152
  "@putout/plugin-remove-useless-variables": "^8.0.0",
153
153
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",
154
154
  "@putout/plugin-simplify-assignment": "^3.0.0",