putout 28.1.0 → 28.3.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 +26 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,29 @@
1
+ 2022.12.29, v28.3.0
2
+
3
+ feature:
4
+ - package: nano-memoize v2.0.0
5
+ - @putout/plugin-logical-expressions: simplify: add support of OptionalChaining
6
+ - @putout/plugin-extract-sequence-expressions: add support of IfStatement test (#126)
7
+ - @putout/plugin-remove-unused-variables: add support of SequenceExpressions (#126)
8
+
9
+ 2022.12.26, v28.2.0
10
+
11
+ feature:
12
+ - package: @putout/plugin-simplify-ternary v4.0.0
13
+ - @putout/plugin-simplify-ternary: drop support of 🐊 < 28
14
+ - @putout/plugin-simplify-ternary: add support of distribute
15
+ - @putout/plugin-apply-if-condition: exclude next empty sibling (#125)
16
+ - package: @putout/recast v1.11.0
17
+ - @putout/plugin-extract-sequence-expressions: add support of await (#124)
18
+ - @putout/plugin-extract-sequence-expressions: exclude call expressions (#124)
19
+ - @putout/plugin-extract-sequence-expressions: when assignment goes after call split into two expressions (#124)
20
+ - @putout/engine-loader: nano-memoize v2
21
+ - @putout/engine-parser: nano-memoize v2
22
+ - @putout/engine-processor: rm unused nano-memoize
23
+ - package: stylelint-config-standard v29.0.0
24
+ - @putout/processor-typescript: drop support of putout < 28
25
+ - package: ts-morph v17.0.1
26
+
1
27
  2022.12.02, v28.1.0
2
28
 
3
29
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.1.0",
3
+ "version": "28.3.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",
@@ -190,7 +190,7 @@
190
190
  "ignore": "^5.0.4",
191
191
  "is-relative": "^1.0.0",
192
192
  "isomorphic-git": "^1.4.0",
193
- "nano-memoize": "^1.1.11",
193
+ "nano-memoize": "^2.0.0",
194
194
  "once": "^1.4.0",
195
195
  "picomatch": "^2.2.2",
196
196
  "try-catch": "^3.0.0",