putout 25.1.1 → 25.2.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 +14 -0
  2. package/package.json +2 -2
  3. package/putout.json +0 -1
package/ChangeLog CHANGED
@@ -1,3 +1,17 @@
1
+ 2022.03.06, v25.2.0
2
+
3
+ fix:
4
+ - (@putout/plugin-apply-try-catch) try-to-catch: report: await
5
+
6
+
7
+ feature:
8
+ - (package) @putout/plugin-remove-useless-escape v3.0.0
9
+ - (putout) convert-replace-to-replace-all: enable since node v16 support
10
+ - (@putout/plugin-remove-useless-escape) drop support of putout < 25
11
+ - (@putout/plugin-regexp) apply-literal-notation: add support of \/
12
+ - (@putout/plugin-remove-useless-escape) add support of \/
13
+
14
+
1
15
  2022.03.05, v25.1.1
2
16
 
3
17
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.1.1",
3
+ "version": "25.2.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",
@@ -143,7 +143,7 @@
143
143
  "@putout/plugin-remove-useless-conditions": "^1.0.0",
144
144
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
145
145
  "@putout/plugin-remove-useless-continue": "^1.0.0",
146
- "@putout/plugin-remove-useless-escape": "^2.0.0",
146
+ "@putout/plugin-remove-useless-escape": "^3.0.0",
147
147
  "@putout/plugin-remove-useless-for-of": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-functions": "^2.0.0",
149
149
  "@putout/plugin-remove-useless-map": "^1.0.0",
package/putout.json CHANGED
@@ -119,7 +119,6 @@
119
119
  "github": "off",
120
120
  "tape": "off",
121
121
  "strict-mode": "off",
122
- "regexp/convert-replace-to-replace-all": "off",
123
122
  "convert-mock-require-to-mock-import": "off"
124
123
  },
125
124
  "plugins": [