putout 30.4.3 → 30.4.5

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 +17 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2023.07.19, v30.4.5
2
+
3
+ feature:
4
+ - d9758f507 package: @putout/plugin-conditions v2.0.0
5
+ - b34acc1ad @putout/plugin-conditions: drop support of 🐊 < 30
6
+ - af1d63c5b @putout/plugin-conditions: remove-zero: exclude jsx
7
+ - d7a9bf6b0 @putout/plugin-remove-useless-spread: array: include "Object.values()"
8
+
9
+ 2023.07.18, v30.4.4
10
+
11
+ feature:
12
+ - cf3753919 package: @putout/plugin-remove-useless-spread v8.0.0
13
+ - a7bf33d1e @putout/plugin-remove-useless-spread: array
14
+ - faec6bbc6 @putout/plugin-remove-useless-spread: array: exclude "__.values()" (#148)
15
+ - d7bcb7406 @putout/plugin-logical-expressions: simplify: constructor: or
16
+ - a7c72715d @putout/plugin-logical-expressions: simplify: constructor
17
+
1
18
  2023.07.15, v30.4.3
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.4.3",
3
+ "version": "30.4.5",
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",
@@ -78,7 +78,7 @@
78
78
  "@putout/plugin-apply-optional-chaining": "^3.0.0",
79
79
  "@putout/plugin-apply-template-literals": "^2.0.0",
80
80
  "@putout/plugin-browserlist": "^1.0.0",
81
- "@putout/plugin-conditions": "^1.0.0",
81
+ "@putout/plugin-conditions": "^2.0.0",
82
82
  "@putout/plugin-convert-apply-to-spread": "^4.0.0",
83
83
  "@putout/plugin-convert-arguments-to-rest": "^2.0.0",
84
84
  "@putout/plugin-convert-array-copy-to-slice": "^3.0.0",
@@ -148,7 +148,7 @@
148
148
  "@putout/plugin-remove-useless-operand": "^2.0.0",
149
149
  "@putout/plugin-remove-useless-replace": "^1.0.1",
150
150
  "@putout/plugin-remove-useless-return": "^5.0.0",
151
- "@putout/plugin-remove-useless-spread": "^7.0.0",
151
+ "@putout/plugin-remove-useless-spread": "^8.0.0",
152
152
  "@putout/plugin-remove-useless-template-expressions": "^2.0.0",
153
153
  "@putout/plugin-remove-useless-variables": "^8.0.0",
154
154
  "@putout/plugin-reuse-duplicate-init": "^5.0.0",