putout 40.12.0 → 40.13.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.
- package/ChangeLog +26 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
2025.11.11, v40.13.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 36debe452 putout: @putout/plugin-for-of v10.0.0
|
|
5
|
+
- 14987188b @putout/for-of: drop support of 🐊< 40
|
|
6
|
+
- c20effb78 @putout/plugin-for-of: for-each: improve TS support
|
|
7
|
+
- 80702610a @putout/plugin-conditions: reverse-conditions: couple
|
|
8
|
+
- b2e9bbd4b @putout/plugin-conditions: apply-consistent-blocks: leading comments
|
|
9
|
+
- 8fa454406 @putout/plugin-types: convert-typeof-to-is-type: declared
|
|
10
|
+
- e033dab75 @putout/plugin-esm: group-imports-by-source: sort-imports-by-specifiers: couple
|
|
11
|
+
- 1df9617b6 @putout/plugin-putout: replace-test-message: noReport: couple args
|
|
12
|
+
- 126311175 @putout/plugin-putout: apply-fixture-name-to-message: noReport: couple args
|
|
13
|
+
- 9d7157876 @putout/plugin-split-nested-destructuring: exclude declared
|
|
14
|
+
- ff91ae4f8 @putout/plugin-nodejs: group-require-by-id: traverse Program instead of using pathStore
|
|
15
|
+
- 480c80b9b @putout/operate: extract: TSAsExpression: add support
|
|
16
|
+
- cbf5429b6 @putout/plugin-nodejs: group-require-by-id: changed node before exit: add support
|
|
17
|
+
- 5e5371ddc @putout/plugin-remove-useless-variables: declaration: no loc support
|
|
18
|
+
- 4f1d0917f @putout/plugin-remove-duplicate-keys: CallExpression: exclude
|
|
19
|
+
- f177caddd @putout/plugin-convert-array-copy-to-slice: migrate to ESM
|
|
20
|
+
- 536aff41c putout: @putout/plugin-convert-array-copy-to-slice v4.0.0
|
|
21
|
+
- b6b7ca858 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 40
|
|
22
|
+
- 6b32df6b9 @putout/plugin-convert-array-copy-to-slice: exclude ternary
|
|
23
|
+
- 6c83b9e9f @putout/plugin-remove-useless-spread: array: ternary
|
|
24
|
+
- 70bd9804c @putout/plugin-esm: merge-declaration-with-export: exclude: require
|
|
25
|
+
- 2daedf48a @putout/plugin-nodejs: group-require-by-id: esm/merge-declaration-with-export: improve support
|
|
26
|
+
|
|
1
27
|
2025.10.27, v40.12.0
|
|
2
28
|
|
|
3
29
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.
|
|
3
|
+
"version": "40.13.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",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@putout/plugin-extract-object-properties": "^10.0.0",
|
|
124
124
|
"@putout/plugin-extract-sequence-expressions": "^4.0.0",
|
|
125
125
|
"@putout/plugin-filesystem": "^11.0.0",
|
|
126
|
-
"@putout/plugin-for-of": "^
|
|
126
|
+
"@putout/plugin-for-of": "^10.0.0",
|
|
127
127
|
"@putout/plugin-generators": "^2.0.0",
|
|
128
128
|
"@putout/plugin-github": "^17.0.0",
|
|
129
129
|
"@putout/plugin-gitignore": "^6.0.0",
|