putout 28.2.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 +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
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
+
1
9
  2022.12.26, v28.2.0
2
10
 
3
11
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.2.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",
@@ -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",