putout 25.0.2 → 25.0.3
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.
- package/ChangeLog +18 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2022.02.23, v25.0.3
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- feature(@putout/test) UPDATE: add ability to remove unused fixtures
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- (package) @putout/plugin-tape v9.0.0
|
|
9
|
+
- (@putout/plugin-tape) drop support of putout < 25
|
|
10
|
+
- (@putout/test) UPDATE: add ability to remove unused fixtures
|
|
11
|
+
- (@putout/plugin-tape) remove-only: add support of not top level 'test.only'
|
|
12
|
+
- (@putout/plugin-apply-try-catch) args: add support of MemberExpression
|
|
13
|
+
- (@putout/plugin-apply-try-catch) args: add
|
|
14
|
+
- (@putout/plugin-apply-try-catch) add support of VariableDeclarator
|
|
15
|
+
- (@putout/plugin-try-catch) camel -> tryName
|
|
16
|
+
- (@putout/plugin-apply-try-catch) add support of IfCondition
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
2022.02.23, v25.0.2
|
|
2
20
|
|
|
3
21
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.0.
|
|
3
|
+
"version": "25.0.3",
|
|
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",
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"@putout/plugin-split-nested-destructuring": "^1.0.0",
|
|
163
163
|
"@putout/plugin-split-variable-declarations": "^2.0.0",
|
|
164
164
|
"@putout/plugin-strict-mode": "^3.0.0",
|
|
165
|
-
"@putout/plugin-tape": "^
|
|
165
|
+
"@putout/plugin-tape": "^9.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",
|