putout 30.4.6 → 30.6.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 (3) hide show
  1. package/ChangeLog +21 -0
  2. package/package.json +3 -2
  3. package/putout.json +1 -0
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2023.07.25, v30.6.0
2
+
3
+ feature:
4
+ - 2e6d87400 package: @putout/operate v9.0.0
5
+ - 71a38af4c package: @putout/operate v9.0.0
6
+ - 77652d3ef package: @putout/operate v9.0.0
7
+ - d3119103f @putout/operator-declare: imporve support of comments (#164)
8
+ - e834e40b2 @putout/operate: insertAfter: improve (#164)
9
+ - 3461301ea @putout/plugin-putout: declare: operator: insertAfter (#164)
10
+ - b00f54ae9 @putout/engine-runner: replace: Statement in place of Expression: improve message (#156)
11
+ - 7b7e4c38f @putout/plugin-simplify-ternary: value: when converting to IfStatement filter out by parentPath.type === ExpressionStatement (#156)
12
+ - dfc595439 @putout/plugin-types: declare: isBigInt (#158)
13
+ - c23fa1ea9 @putout/plugin-types: convert-typeof-to-is-type (#158)
14
+ - 4fa8f58bb @putout/plugin-conditions: remove-zero: improve support of parens (#157)
15
+ - 8644df78a @putout/plugin-apply-starts-with: add case with where no binding found
16
+
17
+ 2023.07.19, v30.5.0
18
+
19
+ feature:
20
+ - 7195bf2f9 @putout/plugin-apply-starts-with: add
21
+
1
22
  2023.07.19, v30.4.6
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "30.4.6",
3
+ "version": "30.6.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",
@@ -67,7 +67,7 @@
67
67
  "@putout/formatter-progress": "^4.0.0",
68
68
  "@putout/formatter-progress-bar": "^3.0.0",
69
69
  "@putout/formatter-stream": "^4.0.0",
70
- "@putout/operate": "^8.0.0",
70
+ "@putout/operate": "^9.0.0",
71
71
  "@putout/operator-add-args": "^5.0.0",
72
72
  "@putout/operator-declare": "^6.0.1",
73
73
  "@putout/operator-regexp": "^1.0.0",
@@ -76,6 +76,7 @@
76
76
  "@putout/plugin-apply-early-return": "^3.0.0",
77
77
  "@putout/plugin-apply-flat-map": "^2.0.0",
78
78
  "@putout/plugin-apply-optional-chaining": "^3.0.0",
79
+ "@putout/plugin-apply-starts-with": "^1.0.0",
79
80
  "@putout/plugin-apply-template-literals": "^2.0.0",
80
81
  "@putout/plugin-browserlist": "^1.0.0",
81
82
  "@putout/plugin-conditions": "^2.0.0",
package/putout.json CHANGED
@@ -151,6 +151,7 @@
151
151
  "apply-flat-map",
152
152
  "apply-destructuring",
153
153
  "apply-optional-chaining",
154
+ "apply-starts-with",
154
155
  "apply-template-literals",
155
156
  "extract-object-properties",
156
157
  "extract-sequence-expressions",