putout 42.0.6 → 42.0.8
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 +15 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2026.02.18, v42.0.8
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- ec2904684 @putout/operator-ignore: difference
|
|
5
|
+
- 304146d6d @putout/operator-remove-files: difference
|
|
6
|
+
- f475fd209 putout: @putout/plugin-declare v8.0.0
|
|
7
|
+
- 5092d71a8 @putout/plugin-declare: difference: add
|
|
8
|
+
|
|
9
|
+
2026.02.18, v42.0.7
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- 3ceea90f1 putout: @putout/plugin-maybe v5.0.0
|
|
13
|
+
- e30608a16 @putout/plugin-maybe: drop support of 🐊 < 42
|
|
14
|
+
- 313dd0ff5 @putout/plugin-maybe: declare: maybeArrayFrom: add
|
|
15
|
+
|
|
1
16
|
2026.02.18, v42.0.6
|
|
2
17
|
|
|
3
18
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.8",
|
|
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",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@putout/plugin-convert-template-to-string": "^3.0.0",
|
|
111
111
|
"@putout/plugin-convert-to-arrow-function": "^5.0.0",
|
|
112
112
|
"@putout/plugin-coverage": "^3.0.0",
|
|
113
|
-
"@putout/plugin-declare": "^
|
|
113
|
+
"@putout/plugin-declare": "^8.0.0",
|
|
114
114
|
"@putout/plugin-declare-before-reference": "^9.0.0",
|
|
115
115
|
"@putout/plugin-destructuring": "^1.0.0",
|
|
116
116
|
"@putout/plugin-eslint": "^15.0.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"@putout/plugin-logical-expressions": "^8.0.0",
|
|
126
126
|
"@putout/plugin-madrun": "^23.0.0",
|
|
127
127
|
"@putout/plugin-math": "^5.0.0",
|
|
128
|
-
"@putout/plugin-maybe": "^
|
|
128
|
+
"@putout/plugin-maybe": "^5.0.0",
|
|
129
129
|
"@putout/plugin-merge-duplicate-functions": "^4.0.0",
|
|
130
130
|
"@putout/plugin-montag": "^4.0.0",
|
|
131
131
|
"@putout/plugin-new": "^5.0.0",
|