putout 42.5.2 → 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 +39 -0
- package/package.json +3 -2
- package/putout.json +3 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,42 @@
|
|
|
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
|
+
|
|
1
40
|
2026.06.05, v42.5.2
|
|
2
41
|
|
|
3
42
|
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",
|
|
@@ -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",
|
|
@@ -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",
|