putout 35.28.0 → 35.30.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.
- package/ChangeLog +23 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,26 @@
|
|
|
1
|
+
2024.05.27, v35.30.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- 2f5c9cac7 @putout/operate: getPathAfterRequires: rm additional checks
|
|
5
|
+
|
|
6
|
+
feature:
|
|
7
|
+
- eb49ccbcf putout: @putout/plugin-logical-expressions v6.0.0
|
|
8
|
+
- a6e3bb03a @putout/plugin-logical-expressions: drop support of 🐊 < 35
|
|
9
|
+
- 819f9bccc @putout/plugin-logical-expressions: simplify: add support of JSXExpressionContainer
|
|
10
|
+
- d39a3f18a @putout/plugin-typescript: remove-setter-return-type: add
|
|
11
|
+
- 67cd1671e @putout/plugin-typescript: remove-getter-arguments: add
|
|
12
|
+
|
|
13
|
+
2024.05.25, v35.29.0
|
|
14
|
+
|
|
15
|
+
feature:
|
|
16
|
+
- 10f1f8d39 package: @putout/plugin-declare-before-reference v4.0.0
|
|
17
|
+
- a29e8de29 @putout/plugin-declare-before-reference: use getPathAfterRequires
|
|
18
|
+
- c9bfe433b @putout/plugin-declare-before-reference: drop support of 🐊 < 35
|
|
19
|
+
- ac311c393 @putout/plugin-putout: convert-get-rule-to-require: use getPathAfterRequires
|
|
20
|
+
- 8dc811a53 @putout/plugin-putout: declare: operator: getPathAfterRequires
|
|
21
|
+
- 19f7b5351 @putout/operate: getPathAfterRequires: add
|
|
22
|
+
- 8ecff1259 @putout/plugin-for-of: add-missing-declaration: add
|
|
23
|
+
|
|
1
24
|
2024.05.23, v35.28.0
|
|
2
25
|
|
|
3
26
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.30.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",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
113
113
|
"@putout/plugin-coverage": "^1.0.0",
|
|
114
114
|
"@putout/plugin-declare": "^4.0.0",
|
|
115
|
-
"@putout/plugin-declare-before-reference": "^
|
|
115
|
+
"@putout/plugin-declare-before-reference": "^4.0.0",
|
|
116
116
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
117
117
|
"@putout/plugin-eslint": "^8.0.0",
|
|
118
118
|
"@putout/plugin-extract-object-properties": "^9.0.0",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"@putout/plugin-generators": "^1.0.0",
|
|
123
123
|
"@putout/plugin-github": "^12.0.0",
|
|
124
124
|
"@putout/plugin-gitignore": "^6.0.0",
|
|
125
|
-
"@putout/plugin-logical-expressions": "^
|
|
125
|
+
"@putout/plugin-logical-expressions": "^6.0.0",
|
|
126
126
|
"@putout/plugin-madrun": "^18.0.0",
|
|
127
127
|
"@putout/plugin-math": "^2.0.0",
|
|
128
128
|
"@putout/plugin-maybe": "^2.0.0",
|