putout 28.16.0 → 28.17.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 +12 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,15 @@
1
+ 2023.02.23, v28.17.0
2
+
3
+ feature:
4
+ - package: @putout/plugin-apply-destructuring v6.0.0
5
+ - @putout/plugin-apply-destructuring: drop support of 🐊 < 28
6
+ - @putout/plugin-apply-destructuring: drop support of node < 16
7
+ - @putout/plugin-apply-destructuring: object: get rid off `const a = b.a || c -> const {a = c} = b` since it works only for `b.a = undefined` not for: 0, null, undefined, '', etc
8
+ - eslint-plugin-putout: add remove-empty-newline-between-declarations
9
+ - @putout/plugin-split-nested-destructuring: add support of rename
10
+ - @putout/engine-loader: is-enabled: improve handling of disabled rules of Multirule Plugin
11
+ - package: @putout/recast v1.12.1 (#129)
12
+
1
13
  2023.02.04, v28.16.0
2
14
 
3
15
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.16.0",
3
+ "version": "28.17.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, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
@@ -73,7 +73,7 @@
73
73
  "@putout/operator-regexp": "^1.0.0",
74
74
  "@putout/plugin-apply-array-at": "^2.0.0",
75
75
  "@putout/plugin-apply-comparison-order": "^1.0.0",
76
- "@putout/plugin-apply-destructuring": "^5.0.0",
76
+ "@putout/plugin-apply-destructuring": "^6.0.0",
77
77
  "@putout/plugin-apply-early-return": "^2.0.0",
78
78
  "@putout/plugin-apply-flat-map": "^2.0.0",
79
79
  "@putout/plugin-apply-if-condition": "^1.0.0",