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.
Files changed (3) hide show
  1. package/ChangeLog +13 -0
  2. package/package.json +2 -2
  3. 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.5.0",
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": "^1.0.3",
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",
package/putout.json CHANGED
@@ -111,6 +111,7 @@
111
111
  ".md"
112
112
  ],
113
113
  "rules": {
114
+ "apply-filter-boolean": "off",
114
115
  "apply-array-at": "off",
115
116
  "apply-as-type-assertions": "off",
116
117
  "apply-utility-types": "off",