putout 42.0.24 → 42.0.25
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 +11 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2026.03.03, v42.0.25
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 81f953f9a @putout/plugin-optional-chaining: exclude isFn: produce broken code
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- 973513690 putout: @putout/plugin-optional-chaining v3.0.0
|
|
8
|
+
- d778d336a @putout/plugin-optional-chaining: drop support of 🐊 < 42
|
|
9
|
+
- e724cf714 @putout/operator-add-args: nested scopes
|
|
10
|
+
- dc03836a0 @putout/processor-toml: oxfmt v0.36.0
|
|
11
|
+
|
|
1
12
|
2026.03.01, v42.0.24
|
|
2
13
|
|
|
3
14
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.0.
|
|
3
|
+
"version": "42.0.25",
|
|
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",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@putout/plugin-new": "^5.0.0",
|
|
134
134
|
"@putout/plugin-nodejs": "^21.0.0",
|
|
135
135
|
"@putout/plugin-npmignore": "^7.0.0",
|
|
136
|
-
"@putout/plugin-optional-chaining": "^
|
|
136
|
+
"@putout/plugin-optional-chaining": "^3.0.0",
|
|
137
137
|
"@putout/plugin-package-json": "^11.0.0",
|
|
138
138
|
"@putout/plugin-parens": "^5.0.0",
|
|
139
139
|
"@putout/plugin-promises": "^19.0.0",
|