putout 41.20.0 → 41.21.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 +42 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
2026.02.13, v41.21.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 115fdc042 putout: @putout/plugin-promises v19.0.0
|
|
5
|
+
- f754e8006 @putout/plugin-promises: drop support of 🐊 < 41
|
|
6
|
+
- ee7901249 @putout/plugin-promises: convert-resolve-to-async: add
|
|
7
|
+
- 9bae2299f @putout/processor-toml: oxfmt v0.32.0
|
|
8
|
+
- 7c7b3cf9b @putout/plugin-esm: apply-import-attributes: ExportAllDeclaration
|
|
9
|
+
- 29ca4d892 @putout/cli-process-file: get rid of dynamic import
|
|
10
|
+
- 7875c6f51 @putout/plugin-esm: apply-import-attributes: add
|
|
11
|
+
- c3dcb373e @putout/plugin-esm: apply-privately-imported-file: report: filename
|
|
12
|
+
- 9084a5b88 @putout/compare: vars: __exports: from
|
|
13
|
+
- 286457577 @putout/compare: __exports: named
|
|
14
|
+
- 214e6ec41 @putout/plugin-esm: apply-name-to-imported-file: corrupted
|
|
15
|
+
- a6fd13fba @putout/plugin-esm: resolve-imported-file: report: filename: add
|
|
16
|
+
- 7e9829cbe @putout/plugin-esm: apply-namespace-to-imported-file: ImportExpression: exclude
|
|
17
|
+
- 2aff83686 @putout/plugin-madrun: declare: defineEnv
|
|
18
|
+
- 688f17141 @putout/plugin-esm: resolve-imported-file: build-resolved: move out
|
|
19
|
+
- a82e7e4ca @putout/plugin-esm: resolve-imported-file: couple-levels-up
|
|
20
|
+
- e7222ee6d @putout/operator-keyword: instanceof: add
|
|
21
|
+
- 09071bd86 @putout/processor-toml: oxfmt v0.31.0
|
|
22
|
+
- b6026974b eslint-plugin-putout: align-spaces v3.0.0
|
|
23
|
+
- 954d792c2 eslint-plugin-putout: align-spaces v3.0.0
|
|
24
|
+
- 62309e2ad @putout/processor-css: align-spaces v3.0.0
|
|
25
|
+
- a6b2eac13 @putout/engine-parser: align-spaces v3.0.0
|
|
26
|
+
- 683c1a294 @putout/plugin-esm: resolve-imported-file: dot-dot-slash
|
|
27
|
+
- 35a91f8af @putout/plugin-nodejs: convert-commonjs-to-esm: require: json: include
|
|
28
|
+
- bd9a7939d @putout/plugin-esm: resolve-imported-file: json: add support
|
|
29
|
+
- 57ef108d9 @putout/plugin-putout: add-path-arg-to-match: add
|
|
30
|
+
- 8a13581db @putout/operator-add-args: couple args
|
|
31
|
+
- c6faaa2d2 @putout/plugin-parens: remove-useless-for-params: couple args
|
|
32
|
+
|
|
33
|
+
2026.02.09, v41.20.1
|
|
34
|
+
|
|
35
|
+
fix:
|
|
36
|
+
- b491f48c9 @putout/plugin-putout-config: apply-variables: variables/rename-useless-rename -> variables/remove-useless-rename
|
|
37
|
+
|
|
38
|
+
feature:
|
|
39
|
+
- ec6560e8b putout: @putout/plugin-parens v5.0.0
|
|
40
|
+
- 20b4c40b6 @putout/plugin-parens: remove-useless-for-params: destructuring
|
|
41
|
+
- 39d872f86 @putout/plugin-remove-useless-escape: z
|
|
42
|
+
|
|
1
43
|
2026.02.07, v41.20.0
|
|
2
44
|
|
|
3
45
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "41.
|
|
3
|
+
"version": "41.21.0",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
"@putout/plugin-npmignore": "^5.0.0",
|
|
132
132
|
"@putout/plugin-optional-chaining": "^2.0.0",
|
|
133
133
|
"@putout/plugin-package-json": "^10.0.0",
|
|
134
|
-
"@putout/plugin-parens": "^
|
|
135
|
-
"@putout/plugin-promises": "^
|
|
134
|
+
"@putout/plugin-parens": "^5.0.0",
|
|
135
|
+
"@putout/plugin-promises": "^19.0.0",
|
|
136
136
|
"@putout/plugin-putout": "^28.0.0",
|
|
137
137
|
"@putout/plugin-putout-config": "^11.0.0",
|
|
138
138
|
"@putout/plugin-regexp": "^13.0.0",
|