putout 23.2.0 → 23.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 +11 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,14 @@
1
+ 2021.12.26, v23.3.0
2
+
3
+ feature:
4
+ - (package) @putout/operate v6.13.0
5
+ - (package) @putout/plugin-convert-typeof-to-is-type v2.0.0
6
+ - (@putout/plugin-convert-typeof-to-is-type) drop support of putout < 23
7
+ - (@putout/plugin-convert-typeof-to-is-type) add support of MemberExpression
8
+ - (@putout/operate) getBinding/getBindingPath: name: string -> name: string | Node'
9
+ - (@putout/plugin-putout) add includer
10
+
11
+
1
12
  2021.12.25, v23.2.0
2
13
 
3
14
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "23.2.0",
3
+ "version": "23.3.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
6
6
  "homepage": "http://github.com/coderaiser/putout#readme",
@@ -64,7 +64,7 @@
64
64
  "@putout/formatter-progress": "^3.0.0",
65
65
  "@putout/formatter-progress-bar": "^2.0.0",
66
66
  "@putout/formatter-stream": "^3.0.0",
67
- "@putout/operate": "^6.0.0",
67
+ "@putout/operate": "^6.13.0",
68
68
  "@putout/operator-add-args": "^1.0.0",
69
69
  "@putout/operator-declare": "^2.0.0",
70
70
  "@putout/operator-regexp": "^1.0.0",
@@ -102,7 +102,7 @@
102
102
  "@putout/plugin-convert-template-to-string": "^1.0.0",
103
103
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
104
104
  "@putout/plugin-convert-top-level-return": "^4.0.0",
105
- "@putout/plugin-convert-typeof-to-is-type": "^1.0.0",
105
+ "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
106
106
  "@putout/plugin-declare-undefined-variables": "^6.0.0",
107
107
  "@putout/plugin-eslint": "^2.0.0",
108
108
  "@putout/plugin-extract-object-properties": "^6.0.0",