putout 42.0.20 → 42.0.21

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.
Files changed (2) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2026.02.28, v42.0.21
2
+
3
+ feature:
4
+ - 123268f55 putout: @putout/plugin-for-of v12.0.0
5
+ - 6635edb32 @putout/plugin-for-of: drop support of 🐊 < 42
6
+ - 400b5dd90 @putout/plugin-convert-array-copy-to-slice: drop support of 🐊 < 42
7
+ - fdcba18df @putout/plugin-putout: apply-get-binding: add
8
+ - 7dd14d7da @putout/plugin-nodejs: require: resolve
9
+ - 5ce1aa461 @putout/operate: getBinding: no path
10
+ - 5c38decad @putout/plugin-nodejs: convert-commonjs-to-esm: export: assign
11
+ - d21930d91 @putout/plugin-socket-io: drop support of 🐊 < 42
12
+ - 794b64042 @putout/plugin-socket-io: convert-listen-to-new-server: improve
13
+
1
14
  2026.02.28, v42.0.20
2
15
 
3
16
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.0.20",
3
+ "version": "42.0.21",
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",
@@ -119,7 +119,7 @@
119
119
  "@putout/plugin-esm": "^10.0.0",
120
120
  "@putout/plugin-extract-sequence-expressions": "^4.0.0",
121
121
  "@putout/plugin-filesystem": "^13.0.0",
122
- "@putout/plugin-for-of": "^11.0.0",
122
+ "@putout/plugin-for-of": "^12.0.0",
123
123
  "@putout/plugin-generators": "^2.0.0",
124
124
  "@putout/plugin-github": "^18.0.0",
125
125
  "@putout/plugin-gitignore": "^7.0.0",