putout 31.1.0 → 31.2.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 +16 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
2023.08.14, v31.2.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- a19eac4b1 @putout/plugin-declare: get back Object.entries()
|
|
5
|
+
- 609e959ff package: @putout/plugin-convert-object-entries-to-array-entries v3.0.0
|
|
6
|
+
- 99609d78b @putout/plugin-convert-object-entries-to-array-entries: drop support of 🐊 < 31
|
|
7
|
+
- 523c9d105 @putout/plugin-entries: exclude part of declaration
|
|
8
|
+
- 0cd04a1c1 package: @putout/plugin-declare v2.0.0
|
|
9
|
+
- 26130877e package: @putout/plugin-apply-entries v1.0.0
|
|
10
|
+
- da810e278 @putout/plugin-declare: drop support of 🐊 < 31
|
|
11
|
+
- 11f68e09d @putout/plugin-declare: entries: auto check passed type
|
|
12
|
+
- 940f0660d @putout/plugin-apply-entries: add
|
|
13
|
+
- a6cd9361d eslint-plugin-putout: array-element-newline: null
|
|
14
|
+
- ae84b1d59 @putout/engine-parser: printer: recast: options
|
|
15
|
+
- 88c3a2f76 @putout/plugin-github: install-bun: add
|
|
16
|
+
|
|
1
17
|
2023.08.13, v31.1.0
|
|
2
18
|
|
|
3
19
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "31.
|
|
3
|
+
"version": "31.2.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",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"@putout/plugin-convert-index-of-to-includes": "^2.0.0",
|
|
91
91
|
"@putout/plugin-convert-mock-require-to-mock-import": "^4.0.0",
|
|
92
92
|
"@putout/plugin-convert-object-assign-to-merge-spread": "^6.0.0",
|
|
93
|
-
"@putout/plugin-convert-object-entries-to-array-entries": "^
|
|
93
|
+
"@putout/plugin-convert-object-entries-to-array-entries": "^3.0.0",
|
|
94
94
|
"@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
|
|
95
95
|
"@putout/plugin-convert-template-to-string": "^1.0.0",
|
|
96
96
|
"@putout/plugin-convert-to-arrow-function": "^4.0.0",
|
|
97
|
-
"@putout/plugin-declare": "^
|
|
97
|
+
"@putout/plugin-declare": "^2.0.0",
|
|
98
98
|
"@putout/plugin-declare-before-reference": "^2.0.0",
|
|
99
99
|
"@putout/plugin-declare-imports-first": "^2.0.0",
|
|
100
100
|
"@putout/plugin-eslint": "^5.0.0",
|