putout 42.5.1 β 42.6.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 +59 -0
- package/package.json +5 -4
- package/putout.json +3 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,62 @@
|
|
|
1
|
+
2026.06.13, v42.6.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 1abfa724d @putout/plugin-markdown: main
|
|
5
|
+
- e74d08c91 @putout/plugin-github: add-madrun-init: madrun init -> madrun --init
|
|
6
|
+
- 9024f3779 @putout/plugin-github: add-madrun-init
|
|
7
|
+
- 9ae73318b @putout/operator-match-files: operator- > operator-json
|
|
8
|
+
- 4ae6ec3c8 @putout/operator-match-files: magic-print: rm beautify
|
|
9
|
+
- 1daa95f8c @putout/plugin-destructuring: remove-useless-rename: exclude same
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 1fb288acf @putout/plugin-markdown: merge-heading-spaces: not string
|
|
13
|
+
- 783c6d962 @putout/plugin-markdown: add
|
|
14
|
+
- e31b4357b putout: @putout/processor-markdown v14.0.0
|
|
15
|
+
- ff08aa120 @putout/plugin-markdown: add
|
|
16
|
+
- 7243a8a1c @putout/plugin-putout: declare: __markdown
|
|
17
|
+
- 1deeb22a4 @putout/processor-markdown: add ability to write πPlugins to transform markdown
|
|
18
|
+
- 3cde73957 @putout/operator-json: __markdown
|
|
19
|
+
- 8cf53a90c @putout/plugin-printer: remove-args: ImportSpecifier: exclude
|
|
20
|
+
- bcd307098 @putout/plugin-github: add-madrun-init
|
|
21
|
+
- da41a1335 @putout/test: extensionFix
|
|
22
|
+
- 47a02bc78 @putout/test: UPDATE_EXTENSION
|
|
23
|
+
- 7ef878fd9 @putout/plugin-destructuring: remove-useless-rename
|
|
24
|
+
- 9891a8bc2 @putout/plugin-filesystem: convert-yaml-to-toml
|
|
25
|
+
- 68e9587ee @putout/plugin-convert-toml-to-yaml
|
|
26
|
+
- 236480ddd @putout/plugin-filesystem: convert-toml-to-json
|
|
27
|
+
- 6489ec337 @putout/plugin-filesystem: convert-json-to-toml
|
|
28
|
+
- 48c2c32a2 @putout/processor-toml: smol-toml -> @decimalturn/toml-patch
|
|
29
|
+
- a5b979703 @putout/plugin-putout: check-replace-code: __toml
|
|
30
|
+
- e0c225e54 @putout/processor-toml: beautify
|
|
31
|
+
- b23243234 @putout/operator-match-files: toml
|
|
32
|
+
- 2dff587da @putout/plugin-declare: wrap: callWith: add
|
|
33
|
+
- 54b1a9b51 @putout/plugin-filesystem: convert-json-to-yaml: add
|
|
34
|
+
- 8f9481e59 @putout/operator-match-files: json to yaml
|
|
35
|
+
- bc2df02c0 @putout/plugin-filesystem: private imports
|
|
36
|
+
- c057a209c @putout/plugin-putout: check-replace-code: __yaml
|
|
37
|
+
- da1ad34bf @putout/plugin-filesystem: convert-yaml-to-json: add
|
|
38
|
+
- 92fbc982d @putout/operator-match-files: add support of yaml
|
|
39
|
+
|
|
40
|
+
2026.06.05, v42.5.2
|
|
41
|
+
|
|
42
|
+
feature:
|
|
43
|
+
- af18c6f1d putout: @putout/plugin-remove-useless-functions v6.0.0
|
|
44
|
+
- ff09c5c32 putout: @putout/cli-ruler v5.0.0
|
|
45
|
+
- 9534592e8 @putout/cli-ruler: drop support of node < 22
|
|
46
|
+
- 82b91bafc @putout/cli-ruler: isTuple -> isArray
|
|
47
|
+
- dad8d643a @putout/plugin-remove-useless-functions: drop support of π < 42
|
|
48
|
+
- a49acdfa0 @putout/plugin-remove-useless-functions: ObjectProperty
|
|
49
|
+
- ab0369c30 @putout/plugin-github: convert-typos-to-typos-ai
|
|
50
|
+
- 0ec2eaa3b @putout/processor-toml: oxfmt v0.53.0
|
|
51
|
+
- d663316c5 @putout/plugin-tape: extract-args-from-called-with: add
|
|
52
|
+
- b0c7bd7cf @putout/plugin-nodejs: declare: os
|
|
53
|
+
- 7ff565348 @putout/processor-toml: oxfmt v0.52.0
|
|
54
|
+
- 03627ce0f @putout/plugin-esm: resolve-imported-file-with-extensions: change-imports: json -> js
|
|
55
|
+
- 579cfb9bd @putout/plugin-putout: remove-useless-source-argument: exclude internal imports
|
|
56
|
+
- e36a3612b @putout/plugin-putout: check-replace-code: no-body: exclude
|
|
57
|
+
- 9acc48f27 @putout/plugin-esm: resolve-imported-file-with-extension: add
|
|
58
|
+
- 1bd917ac9 @putout/plugin-nodejs: remove-useless-exports-assign: add
|
|
59
|
+
|
|
1
60
|
2026.05.25, v42.5.1
|
|
2
61
|
|
|
3
62
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.
|
|
3
|
+
"version": "42.6.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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@putout/cli-keypress": "^4.0.0",
|
|
56
56
|
"@putout/cli-match": "^3.0.0",
|
|
57
57
|
"@putout/cli-process-file": "^7.0.0",
|
|
58
|
-
"@putout/cli-ruler": "^
|
|
58
|
+
"@putout/cli-ruler": "^5.0.0",
|
|
59
59
|
"@putout/cli-staged": "^3.0.0",
|
|
60
60
|
"@putout/cli-validate-args": "^2.0.0",
|
|
61
61
|
"@putout/compare": "^19.0.0",
|
|
@@ -128,6 +128,7 @@
|
|
|
128
128
|
"@putout/plugin-labels": "^3.0.0",
|
|
129
129
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
130
130
|
"@putout/plugin-madrun": "^23.0.0",
|
|
131
|
+
"@putout/plugin-markdown": "^1.0.0",
|
|
131
132
|
"@putout/plugin-math": "^5.0.0",
|
|
132
133
|
"@putout/plugin-maybe": "^5.0.0",
|
|
133
134
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
@@ -161,7 +162,7 @@
|
|
|
161
162
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
162
163
|
"@putout/plugin-remove-useless-delete": "^3.0.0",
|
|
163
164
|
"@putout/plugin-remove-useless-escape": "^10.0.0",
|
|
164
|
-
"@putout/plugin-remove-useless-functions": "^
|
|
165
|
+
"@putout/plugin-remove-useless-functions": "^6.0.0",
|
|
165
166
|
"@putout/plugin-remove-useless-map": "^3.0.0",
|
|
166
167
|
"@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
|
|
167
168
|
"@putout/plugin-remove-useless-operand": "^3.0.0",
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
"@putout/processor-ignore": "^7.0.0",
|
|
184
185
|
"@putout/processor-javascript": "^5.0.0",
|
|
185
186
|
"@putout/processor-json": "^10.0.0",
|
|
186
|
-
"@putout/processor-markdown": "^
|
|
187
|
+
"@putout/processor-markdown": "^14.0.0",
|
|
187
188
|
"@putout/processor-toml": "^1.0.0",
|
|
188
189
|
"@putout/processor-yaml": "^10.0.0",
|
|
189
190
|
"@putout/traverse": "^16.0.0",
|
package/putout.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"esm/shorten-imported-file": "on"
|
|
59
59
|
},
|
|
60
60
|
"*.md": {
|
|
61
|
+
"markdown": "on",
|
|
61
62
|
"apply-arrow": "off",
|
|
62
63
|
"assignment/convert-to-declaration": "off",
|
|
63
64
|
"conditions/apply-consistent-blocks": "off",
|
|
@@ -195,6 +196,7 @@
|
|
|
195
196
|
"eslint": "off",
|
|
196
197
|
"package-json": "off",
|
|
197
198
|
"madrun": "off",
|
|
199
|
+
"markdown": "off",
|
|
198
200
|
"webpack": "off",
|
|
199
201
|
"gitignore": "off",
|
|
200
202
|
"npmignore": "off",
|
|
@@ -281,6 +283,7 @@
|
|
|
281
283
|
"coverage",
|
|
282
284
|
"gitignore",
|
|
283
285
|
"npmignore",
|
|
286
|
+
"markdown",
|
|
284
287
|
"browserlist",
|
|
285
288
|
"regexp",
|
|
286
289
|
"github",
|