putout 21.5.0 → 21.6.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.
- package/ChangeLog +13 -0
- package/package.json +2 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
2021.11.10, v21.6.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- (package) @putout/plugin-remove-useless-functions v2.0.0
|
|
5
|
+
- (@putout/plugin-remove-useless-functions) drop support of node < 14
|
|
6
|
+
- (putout) apply-filter-boolean: disabled and will be removed in next major version
|
|
7
|
+
- (@putout/plugin-remove-useless-functions) add support of id
|
|
8
|
+
- (eslint-plugin-putout) add babel options from @putout/engine-parser for TypeScript and Markdown
|
|
9
|
+
- (@putout/engine-parser) export babel/options
|
|
10
|
+
- (@putout/plugin-tape) add-stop-all: add support of test.only(), test.skip()
|
|
11
|
+
- (@putout/plugin-tape) remove-stop-all: add support of test.only(), test.skip()
|
|
12
|
+
|
|
13
|
+
|
|
1
14
|
2021.11.10, v21.5.0
|
|
2
15
|
|
|
3
16
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.6.0",
|
|
4
4
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
5
5
|
"description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
6
6
|
"homepage": "http://github.com/coderaiser/putout",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@putout/plugin-remove-useless-continue": "^1.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-escape": "^1.0.0",
|
|
151
151
|
"@putout/plugin-remove-useless-for-of": "^2.0.0",
|
|
152
|
-
"@putout/plugin-remove-useless-functions": "^
|
|
152
|
+
"@putout/plugin-remove-useless-functions": "^2.0.0",
|
|
153
153
|
"@putout/plugin-remove-useless-map": "^1.0.0",
|
|
154
154
|
"@putout/plugin-remove-useless-mapped-types": "^1.0.0",
|
|
155
155
|
"@putout/plugin-remove-useless-mapping-modifiers": "^1.0.0",
|