putout 38.4.4 → 38.5.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 (3) hide show
  1. package/ChangeLog +20 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,23 @@
1
+ 2025.03.02, v38.5.0
2
+
3
+ feature:
4
+ - 66cc1de57 @putout/plugin-split-call-with-destructuring: add
5
+
6
+ 2025.03.01, v38.4.5
7
+
8
+ fix:
9
+ - 81b03812a @putout/plugin-apply-arrow: no loc
10
+ - 9f556a4fa eslint-plugin-putout: typescript version according to peer dependencies
11
+
12
+ feature:
13
+ - d1b5a3743 putout: @putout/plugin-apply-arrow v2.0.0
14
+ - 6c78e2aaf @putout/plugin-apply-arrow: drop support of 🐊 < 38
15
+ - dc08ab558 @putout/engine-runner: find: override traverse
16
+ - 6dd6b23b2 @putout/plugin-declare-before-reference: improve uid check
17
+ - 1929a9875 @putout/plugin-declare-before-reference: add not top level
18
+ - e30bfad5f @putout/plugin-split-assignment-expressions: array destructuring after variable assignment
19
+ - 7fa846e79 @putout/test: report: add ability to pass plugins
20
+
1
21
  2025.02.28, v38.4.4
2
22
 
3
23
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "38.4.4",
3
+ "version": "38.5.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",
@@ -87,7 +87,7 @@
87
87
  "@putout/operator-parens": "^1.0.0",
88
88
  "@putout/operator-regexp": "^1.0.0",
89
89
  "@putout/operator-rename-files": "^2.0.0",
90
- "@putout/plugin-apply-arrow": "^1.0.0",
90
+ "@putout/plugin-apply-arrow": "^2.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",
92
92
  "@putout/plugin-apply-destructuring": "^8.0.0",
93
93
  "@putout/plugin-apply-dot-notation": "^2.0.0",
@@ -181,6 +181,7 @@
181
181
  "@putout/plugin-simplify-assignment": "^3.0.0",
182
182
  "@putout/plugin-simplify-ternary": "^7.0.0",
183
183
  "@putout/plugin-split-assignment-expressions": "^2.0.0",
184
+ "@putout/plugin-split-call-with-destructuring": "^1.0.0",
184
185
  "@putout/plugin-split-nested-destructuring": "^3.0.0",
185
186
  "@putout/plugin-split-variable-declarations": "^4.0.0",
186
187
  "@putout/plugin-tape": "^16.0.0",
package/putout.json CHANGED
@@ -241,6 +241,7 @@
241
241
  "return",
242
242
  "reuse-duplicate-init",
243
243
  "split-assignment-expressions",
244
+ "split-call-with-destructuring",
244
245
  "split-variable-declarations",
245
246
  "split-nested-destructuring",
246
247
  "simplify-assignment",