putout 28.1.0 → 28.2.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 +18 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2022.12.26, v28.2.0
2
+
3
+ feature:
4
+ - package: @putout/plugin-simplify-ternary v4.0.0
5
+ - @putout/plugin-simplify-ternary: drop support of 🐊 < 28
6
+ - @putout/plugin-simplify-ternary: add support of distribute
7
+ - @putout/plugin-apply-if-condition: exclude next empty sibling (#125)
8
+ - package: @putout/recast v1.11.0
9
+ - @putout/plugin-extract-sequence-expressions: add support of await (#124)
10
+ - @putout/plugin-extract-sequence-expressions: exclude call expressions (#124)
11
+ - @putout/plugin-extract-sequence-expressions: when assignment goes after call split into two expressions (#124)
12
+ - @putout/engine-loader: nano-memoize v2
13
+ - @putout/engine-parser: nano-memoize v2
14
+ - @putout/engine-processor: rm unused nano-memoize
15
+ - package: stylelint-config-standard v29.0.0
16
+ - @putout/processor-typescript: drop support of putout < 28
17
+ - package: ts-morph v17.0.1
18
+
1
19
  2022.12.02, v28.1.0
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.1.0",
3
+ "version": "28.2.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",
@@ -163,7 +163,7 @@
163
163
  "@putout/plugin-remove-useless-variables": "^7.0.0",
164
164
  "@putout/plugin-reuse-duplicate-init": "^4.0.0",
165
165
  "@putout/plugin-simplify-assignment": "^2.0.0",
166
- "@putout/plugin-simplify-ternary": "^3.0.0",
166
+ "@putout/plugin-simplify-ternary": "^4.0.0",
167
167
  "@putout/plugin-split-nested-destructuring": "^1.0.0",
168
168
  "@putout/plugin-split-variable-declarations": "^2.0.0",
169
169
  "@putout/plugin-strict-mode": "^5.0.0",