putout 25.17.3 → 25.17.4

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 +15 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,18 @@
1
+ 2022.05.04, v25.17.4
2
+
3
+ fix:
4
+ - (@putout/plugin-convert-reduce-to-for-of) drop crawl
5
+ - (@putout/plugin-convert-reduce-to-for-of) add crawl
6
+ - (@putout/plugin-convert-reduce-to-for-of) rename missing
7
+
8
+
9
+ feature:
10
+ - (package) @putout/plugin-remove-nested-blocks v6.0.0
11
+ - (@putout/plugin-remove-nested-blocks) drop support of 🐊 < 25
12
+ - (@putout/plugin-remove-nested-blocks) add crawl before checking intersect
13
+ - (@putout/plugin-convert-reduce-to-for-of) improve support of initial value
14
+
15
+
1
16
  2022.05.03, v25.17.3
2
17
 
3
18
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.17.3",
3
+ "version": "25.17.4",
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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -131,7 +131,7 @@
131
131
  "@putout/plugin-remove-duplicates-from-logical-expressions": "^1.0.0",
132
132
  "@putout/plugin-remove-empty": "^8.0.0",
133
133
  "@putout/plugin-remove-iife": "^1.0.0",
134
- "@putout/plugin-remove-nested-blocks": "^5.0.0",
134
+ "@putout/plugin-remove-nested-blocks": "^6.0.0",
135
135
  "@putout/plugin-remove-unreachable-code": "^1.0.0",
136
136
  "@putout/plugin-remove-unreferenced-variables": "^2.0.0",
137
137
  "@putout/plugin-remove-unused-expressions": "^5.0.0",