putout 37.8.1 → 37.8.2

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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2024.12.29, v37.8.2
2
+
3
+ feature:
4
+ - 4a111530f putout: @putout/plugin-for-of v7.0.0
5
+ - b55c6f122 @putout/plugin-for-of: drop support of 🐊 < 37
6
+ - 34cce1055 @putout/plugin-for-of: for-entries-n: i changed inside loop: exclude
7
+ - d563d3431 @putout/plugin-conditions: reverse: add
8
+ - 3d7d816da @putout/plugin-math: remove-unchanged-zero-declarations: exclude reference parents: CallExpression, ObjectProperty
9
+
1
10
  2024.12.28, v37.8.1
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.8.1",
3
+ "version": "37.8.2",
4
4
  "type": "commonjs",
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",
@@ -117,7 +117,7 @@
117
117
  "@putout/plugin-extract-object-properties": "^9.0.0",
118
118
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
119
119
  "@putout/plugin-filesystem": "^6.0.0",
120
- "@putout/plugin-for-of": "^6.0.0",
120
+ "@putout/plugin-for-of": "^7.0.0",
121
121
  "@putout/plugin-generators": "^1.0.0",
122
122
  "@putout/plugin-github": "^13.0.0",
123
123
  "@putout/plugin-gitignore": "^6.0.0",