putout 40.5.0 → 40.5.2
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 +46 -0
- package/package.json +10 -10
package/ChangeLog
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
2025.08.13, v40.5.2
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 12afb0c4c @putout/processor-html: className -> class
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 4d48fe596 putout: @putout/plugin-regexp v12.0.0
|
|
8
|
+
- 77b50073d @putout/plugin-regexp: drop support of 🐊 < 40
|
|
9
|
+
- c533146ab @putout/plugin-regexp: apply-global-regexp-to-replace-all
|
|
10
|
+
- c24961870 @putout/plugin-putout: replace-test-message: transformWithOptions -> noReport
|
|
11
|
+
- 8ac6f70fe @putout/processor-html: renamed to svelte
|
|
12
|
+
- 8c3986b64 @putout/processor-html: svelte -> jsx
|
|
13
|
+
- 8b7c9aa9e @putout/cli-process-file: @putout/formatter-eslint: rm unused
|
|
14
|
+
- f7d9ab69f @putout/plugin-promise: remove-useless-async: await using couple
|
|
15
|
+
- 8181b990e @putout/formattet-dump: 1 files -> 1 file
|
|
16
|
+
|
|
17
|
+
2025.08.07, v40.5.1
|
|
18
|
+
|
|
19
|
+
feature:
|
|
20
|
+
- 7709af4ec @putout/formatter-codeframe: @putout/formatter-json v3.0.0
|
|
21
|
+
- 2715c3382 @putout/formatter-dump: @putout/formatter-json v3.0.0
|
|
22
|
+
- e2ecdb120 @putout/formatter-eslint: @putout/formatter-json v3.0.0
|
|
23
|
+
- 76285c864 @putout/formatter-progress-bar: @putout/formatter-dump v6.0.0
|
|
24
|
+
- 6a3f85c94 @putout/formatter-progress: @putout/formatter-dump v6.0.0
|
|
25
|
+
- 5a6fa4606 @putout/formatter-memory: @putout/formatter-dump v6.0.0
|
|
26
|
+
- 49a6e9499 @putout/formatter-time: @putout/formatter-dump v6.0.0
|
|
27
|
+
- 2cad74a08 putout: @putout/formatter-time v4.0.0
|
|
28
|
+
- a036b2d27 putout: @putout/formatter-stream v6.0.0
|
|
29
|
+
- 0ff35befa putout: @putout/formatter-progress v6.0.0
|
|
30
|
+
- 08a59dd8c putout: @putout/formatter-progress-bar v5.0.0
|
|
31
|
+
- a411a7092 putout: @putout/formatter-memory v5.0.0
|
|
32
|
+
- e8086831a putout: @putout/formatter-json v3.0.0
|
|
33
|
+
- 70f993bb3 putout: @putout/formatter-json-lines v4.0.0
|
|
34
|
+
- 870504198 putout: @putout/formatter-dump v6.0.0
|
|
35
|
+
- cb8749d0c root: @putout/test v14.0.0
|
|
36
|
+
- 1104920b4 @putout/formatter-json-lines: drop support of 🐊 < 40
|
|
37
|
+
- 2c3b6603f @putout/formatter-json: drop support of 🐊 < 40
|
|
38
|
+
- 67d061218 @putout/formatter-memory: drop support of 🐊 < 40
|
|
39
|
+
- c13f19b2d @putout/formatter-progress-bar: drop support of 🐊 < 40
|
|
40
|
+
- 2cdf2dd8c @putout/formatter-progress: drop support of 🐊 < 40
|
|
41
|
+
- 07e43c658 @putout/formatter-stream: drop support of 🐊 < 40
|
|
42
|
+
- 2c4494c73 @putout/formatter-time: drop support of 🐊 < 40
|
|
43
|
+
- 433eac2a1 @putout/formatter-dump: errors, files -> error, file: when 1 file
|
|
44
|
+
- 236e3db67 @putout/formatter-dump: drop support of 🐊 < 40
|
|
45
|
+
- 4a0a2c4dd @putout/test: format: fixture
|
|
46
|
+
|
|
1
47
|
2025.08.05, v40.5.0
|
|
2
48
|
|
|
3
49
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "40.5.
|
|
3
|
+
"version": "40.5.2",
|
|
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",
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
"@putout/engine-reporter": "^5.0.0",
|
|
68
68
|
"@putout/engine-runner": "^25.0.0",
|
|
69
69
|
"@putout/formatter-codeframe": "^9.0.0",
|
|
70
|
-
"@putout/formatter-dump": "^
|
|
70
|
+
"@putout/formatter-dump": "^6.0.0",
|
|
71
71
|
"@putout/formatter-frame": "^8.0.0",
|
|
72
|
-
"@putout/formatter-json": "^
|
|
73
|
-
"@putout/formatter-json-lines": "^
|
|
74
|
-
"@putout/formatter-memory": "^
|
|
75
|
-
"@putout/formatter-progress": "^
|
|
76
|
-
"@putout/formatter-progress-bar": "^
|
|
77
|
-
"@putout/formatter-stream": "^
|
|
78
|
-
"@putout/formatter-time": "^
|
|
72
|
+
"@putout/formatter-json": "^3.0.0",
|
|
73
|
+
"@putout/formatter-json-lines": "^4.0.0",
|
|
74
|
+
"@putout/formatter-memory": "^5.0.0",
|
|
75
|
+
"@putout/formatter-progress": "^6.0.0",
|
|
76
|
+
"@putout/formatter-progress-bar": "^5.0.0",
|
|
77
|
+
"@putout/formatter-stream": "^6.0.0",
|
|
78
|
+
"@putout/formatter-time": "^4.0.0",
|
|
79
79
|
"@putout/operate": "^14.0.0",
|
|
80
80
|
"@putout/operator-add-args": "^12.0.0",
|
|
81
81
|
"@putout/operator-declare": "^14.0.0",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"@putout/plugin-promises": "^18.0.0",
|
|
142
142
|
"@putout/plugin-putout": "^26.0.0",
|
|
143
143
|
"@putout/plugin-putout-config": "^10.0.0",
|
|
144
|
-
"@putout/plugin-regexp": "^
|
|
144
|
+
"@putout/plugin-regexp": "^12.0.0",
|
|
145
145
|
"@putout/plugin-remove-console": "^6.0.0",
|
|
146
146
|
"@putout/plugin-remove-constant-conditions": "^4.0.0",
|
|
147
147
|
"@putout/plugin-remove-debugger": "^7.0.0",
|