putout 24.5.0 → 24.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 (2) hide show
  1. package/ChangeLog +31 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,34 @@
1
+ 2022.02.07, v24.6.0
2
+
3
+ fix:
4
+ - (eslint-plugin-putout) remove parent: after parse -> before print
5
+ - (eslint-plugin-putout) npmignore: add lib/**/*.md
6
+ - chore(madrun) add fresh:fix
7
+
8
+ feature:
9
+ - (package) @putout/plugin-remove-empty v7.0.0
10
+ - (package) @putout/plugin-promises v7.0.0
11
+ - (@putout/plugin-remove-empty) drop support of 🐊Putout < 24
12
+ - (@putout/plugin-remove-empty) merge remove-empty-pattern
13
+ - (@putout/plugin-promises) merge remove-useless-await
14
+ - (@putout/plugin-promises) merged remove-useless-async
15
+ - (@putout/plugin-promises) drop support of 🐊Putout < 24
16
+ - (@putout/plugin-promises) merged apply-top-level-await
17
+ - (@putout/plugin-remove-useless-variables) destruct: add support of AssignmentPattern
18
+ - (@putout/plugin-remove-useless-variables) destr: add support of RestElement
19
+ - (eslint-plugin-putout) function-declaration-parent-newline: improve support of destructuring
20
+ - (@putout/engine-parser) add support of wasm-based hermes-parser (5 times slower then babel 🤔)
21
+ - (@putout/plugin-remove-unused-variables) add support of ClassProperty (#96)
22
+ - (@putout/plugin-apply-try-catch) await: add support of async
23
+ - (@putout/plugin-putout) check-replace-code: exclude plugins containing match
24
+ - (@putout/plugin-apply-try-catch) add await
25
+ - (eslint-plugin-putout) function-declaration-paren-newline: add FunctionExpression support
26
+ - (@putout/plugin-remove-useless-variables) add destruct
27
+ - (eslint-plugin-putout) safe: disable remove-useless-spread
28
+ - (@putout/eslint-config) operator-linebreak: add ":", "?"
29
+ - (@putout/eslint-config) operand-linebreak: |, || - before, others - after
30
+
31
+
1
32
  2022.01.26, v24.5.0
2
33
 
3
34
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "24.5.0",
3
+ "version": "24.6.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",
@@ -113,7 +113,7 @@
113
113
  "@putout/plugin-nodejs": "^2.0.0",
114
114
  "@putout/plugin-npmignore": "^2.0.0",
115
115
  "@putout/plugin-package-json": "^3.0.0",
116
- "@putout/plugin-promises": "^6.0.0",
116
+ "@putout/plugin-promises": "^7.0.0",
117
117
  "@putout/plugin-putout": "^10.0.0",
118
118
  "@putout/plugin-putout-config": "^2.0.0",
119
119
  "@putout/plugin-regexp": "^4.0.0",
@@ -125,7 +125,7 @@
125
125
  "@putout/plugin-remove-duplicate-case": "^1.0.0",
126
126
  "@putout/plugin-remove-duplicate-keys": "^2.0.0",
127
127
  "@putout/plugin-remove-duplicates-from-logical-expressions": "^1.0.0",
128
- "@putout/plugin-remove-empty": "^6.0.0",
128
+ "@putout/plugin-remove-empty": "^7.0.0",
129
129
  "@putout/plugin-remove-iife": "^1.0.0",
130
130
  "@putout/plugin-remove-nested-blocks": "^5.0.0",
131
131
  "@putout/plugin-remove-unreachable-code": "^1.0.0",