putout 32.2.0 → 32.2.2
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 +29 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
2023.10.12, v32.2.2
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 0a7bc5a6d package: @putout/plugin-nodejs v8.0.0
|
|
5
|
+
- 0cbd7db34 @putout/plugin-nodejs: drop support of 🐊 < 32
|
|
6
|
+
- 641dbb2af @putout/plugin-nodejs: convert-buffer-to-buffer-alloc: encoding
|
|
7
|
+
|
|
8
|
+
2023.10.11, v32.2.1
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- 25ee3c992 @putout/engine-runner: get rid of dynamic load of template, improve compatibility with Bun preload
|
|
12
|
+
- 7f07ce346 @putout/plugin-apply-optional-chaining: report
|
|
13
|
+
|
|
14
|
+
feature:
|
|
15
|
+
- 0e321a667 package: @putout/plugin-remove-useless-spread v9.0.0
|
|
16
|
+
- 45a79362c @putout/plugin-remove-useless-spread: drop support of 🐊 < 32
|
|
17
|
+
- a0caa167a @putout/plugin-putout: declare: getBinding, getBindingPath
|
|
18
|
+
- f4a10e133 @putout/plugin-minify: drop support of 🐊 < 32
|
|
19
|
+
- 88f210f37 @putout/plugin-minify: types: no transform when not declared (coderaiser/minify#114)
|
|
20
|
+
- 0e09eaf01 @putout/compare: phase: ignore
|
|
21
|
+
- 4278dd829 @putout/printer: drop support of 🐊 < 32
|
|
22
|
+
- cb44dab3b @putout/operator-add-args: avoid adding arg when params more then 3
|
|
23
|
+
- 70a7a7058 @putout/eslint: create-plugin: source -> sourceCode
|
|
24
|
+
- 4bdedf52e @putout/plugin-eslint-plugin: drop support of 🐊 < 32
|
|
25
|
+
- 16e1f108c @putout/plugin-eslint-plugin: convert-context-to-source: get more methods
|
|
26
|
+
- ee940f43a package: ts-morph v20.0.0
|
|
27
|
+
- 9a5c045cf package: hermes-parser v0.16.0
|
|
28
|
+
- 6ea289705 @putout/plugin-convert-to-logical: assign: improve
|
|
29
|
+
|
|
1
30
|
2023.09.27, v32.2.0
|
|
2
31
|
|
|
3
32
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "32.2.
|
|
3
|
+
"version": "32.2.2",
|
|
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",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@putout/plugin-merge-duplicate-imports": "^9.0.0",
|
|
114
114
|
"@putout/plugin-montag": "^2.0.0",
|
|
115
115
|
"@putout/plugin-new": "^2.0.0",
|
|
116
|
-
"@putout/plugin-nodejs": "^
|
|
116
|
+
"@putout/plugin-nodejs": "^8.0.0",
|
|
117
117
|
"@putout/plugin-npmignore": "^2.0.0",
|
|
118
118
|
"@putout/plugin-package-json": "^5.0.0",
|
|
119
119
|
"@putout/plugin-promises": "^13.0.0",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"@putout/plugin-remove-useless-operand": "^2.0.0",
|
|
147
147
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
148
148
|
"@putout/plugin-remove-useless-return": "^5.0.0",
|
|
149
|
-
"@putout/plugin-remove-useless-spread": "^
|
|
149
|
+
"@putout/plugin-remove-useless-spread": "^9.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
151
151
|
"@putout/plugin-remove-useless-variables": "^10.0.0",
|
|
152
152
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|