putout 25.0.1 → 25.0.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 (3) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +2 -1
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,16 @@
1
+ 2022.02.23, v25.0.2
2
+
3
+ fix:
4
+ - (@putout/plugin-apply-try-catch) do not declare try-catch, try-to-catch
5
+
6
+
7
+ feature:
8
+ - (@putout/plugin-apply-try-catch) add
9
+ - (@putout/plugin-apply-try-catch) drop support of putout < 25
10
+ - (@putout/plugin-apply-try-catch) await: include only ExpressionStatements
11
+ - (eslint-plugin-putout) safe: disable remove-useless-for-of
12
+
13
+
1
14
  2022.02.18, v25.0.1
2
15
 
3
16
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.0.1",
3
+ "version": "25.0.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -77,6 +77,7 @@
77
77
  "@putout/plugin-apply-is-array": "^2.0.0",
78
78
  "@putout/plugin-apply-numeric-separators": "^1.0.0",
79
79
  "@putout/plugin-apply-optional-chaining": "^2.0.0",
80
+ "@putout/plugin-apply-try-catch": "^2.0.0",
80
81
  "@putout/plugin-browserlist": "^1.0.0",
81
82
  "@putout/plugin-convert-apply-to-spread": "^3.0.0",
82
83
  "@putout/plugin-convert-arguments-to-rest": "^1.0.0",
package/putout.json CHANGED
@@ -129,6 +129,7 @@
129
129
  "apply-optional-chaining",
130
130
  "apply-numeric-separators",
131
131
  "apply-if-condition",
132
+ "apply-try-catch",
132
133
  "extract-object-properties",
133
134
  "extract-sequence-expressions",
134
135
  "madrun",