putout 25.2.0 → 25.3.0

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 +12 -0
  2. package/package.json +2 -2
  3. package/putout.json +1 -1
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2022.03.07, v25.3.0
2
+
3
+ feature:
4
+ - (@putout/plugin-try-catch) renamed from @putout/plugin-apply-try-catch
5
+ - (@putout/plugin-apply-try-catch) try-catch: add support of finalizer
6
+ - (@putout/plugin-apply-try-catch) add expand-arguments from @putout/plugin-tape
7
+ - (@putout/plugin-tape) expand-try-catch-arguments: add support of tryCatch with more then one argument
8
+ - (@putout/plugin-regexp) convert-replace-to-replace-all: add support of decoding
9
+ - (@putout/eslint-config) add newline-per-chained-call
10
+ - (@putout/plugin-regexp) convert-replace-to-replace-all: replacer -> traverser: multiple operations on one node
11
+
12
+
1
13
  2022.03.06, v25.2.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.2.0",
3
+ "version": "25.3.0",
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,7 +77,6 @@
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",
81
80
  "@putout/plugin-browserlist": "^1.0.0",
82
81
  "@putout/plugin-convert-apply-to-spread": "^3.0.0",
83
82
  "@putout/plugin-convert-arguments-to-rest": "^1.0.0",
@@ -163,6 +162,7 @@
163
162
  "@putout/plugin-split-variable-declarations": "^2.0.0",
164
163
  "@putout/plugin-strict-mode": "^3.0.0",
165
164
  "@putout/plugin-tape": "^9.0.0",
165
+ "@putout/plugin-try-catch": "^1.0.0",
166
166
  "@putout/plugin-typescript": "^1.0.0",
167
167
  "@putout/plugin-webpack": "^1.0.0",
168
168
  "@putout/processor-css": "^3.0.0",
package/putout.json CHANGED
@@ -129,7 +129,6 @@
129
129
  "apply-optional-chaining",
130
130
  "apply-numeric-separators",
131
131
  "apply-if-condition",
132
- "apply-try-catch",
133
132
  "extract-object-properties",
134
133
  "extract-sequence-expressions",
135
134
  "madrun",
@@ -216,6 +215,7 @@
216
215
  "regexp",
217
216
  "github",
218
217
  "tape",
218
+ "try-catch",
219
219
  "nodejs"
220
220
  ]
221
221
  }