putout 28.4.0 → 28.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.
- package/ChangeLog +33 -0
- package/package.json +3 -3
package/ChangeLog
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
2023.01.18, v28.6.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- @putout/processor-css: get back url quotes
|
|
5
|
+
- @putout/plugin-logical-expressions: simplify: get rid of incorrect optional transformation: a?.b || a -> a?.b'
|
|
6
|
+
|
|
7
|
+
feature:
|
|
8
|
+
- package: @putout/plugin-remove-iife v3.0.0
|
|
9
|
+
- @putout/plugin-remove-iife: drop support of ✍🐊 < 28
|
|
10
|
+
- @putout/plugin-remove-iife: improve support of nested iife
|
|
11
|
+
- package: @putout/processor-css v6.2.0
|
|
12
|
+
- @putout/process-html: css
|
|
13
|
+
- @putout/processor-css: improve support of parsing error
|
|
14
|
+
- @putout/plugin-putout: convert-load-dir-to-change-dir: improve support of named properties
|
|
15
|
+
- @putout/processor-css: remove function-url-quotes
|
|
16
|
+
- @putout/plugin-cloudcmd: drop support of 🐊 < 28
|
|
17
|
+
- @putout/plugin-cloudcmd: drop support of node < 16
|
|
18
|
+
- @putout/plugin-cloudcmd: add convert-load-dir-to-change-dir
|
|
19
|
+
- @putout/plugin-nextjs: add convert-page-to-head
|
|
20
|
+
- @putout/compare: __: improve support of jsx
|
|
21
|
+
- @putout/compare: improve support of JSXText between tags
|
|
22
|
+
- @putout/plugin-nextjs: add
|
|
23
|
+
- package: @putout/plugin-merge-duplicate-imports v8.0.0
|
|
24
|
+
- @putout/plugin-merge-duplicate-imports: drop support of 🐊 < 28
|
|
25
|
+
- @putout/plugin-merge-duplicate-imports: improve support of duplicate imports
|
|
26
|
+
|
|
27
|
+
2023.01.06, v28.5.0
|
|
28
|
+
|
|
29
|
+
feature:
|
|
30
|
+
- package: @putout/plugin-merge-duplicate-imports v8.0.0
|
|
31
|
+
- @putout/plugin-merge-duplicate-imports: drop support of 🐊 < 28
|
|
32
|
+
- @putout/plugin-merge-duplicate-imports: improve support of duplicate imports
|
|
33
|
+
|
|
1
34
|
2023.01.06, v28.4.0
|
|
2
35
|
|
|
3
36
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.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",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@putout/plugin-madrun": "^14.0.0",
|
|
116
116
|
"@putout/plugin-math": "^1.0.0",
|
|
117
117
|
"@putout/plugin-merge-destructuring-properties": "^6.0.0",
|
|
118
|
-
"@putout/plugin-merge-duplicate-imports": "^
|
|
118
|
+
"@putout/plugin-merge-duplicate-imports": "^8.0.0",
|
|
119
119
|
"@putout/plugin-merge-if-statements": "^3.0.0",
|
|
120
120
|
"@putout/plugin-montag": "^1.0.0",
|
|
121
121
|
"@putout/plugin-new": "^1.0.0",
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"@putout/plugin-remove-duplicate-case": "^2.0.0",
|
|
134
134
|
"@putout/plugin-remove-duplicate-keys": "^3.0.0",
|
|
135
135
|
"@putout/plugin-remove-empty": "^9.0.0",
|
|
136
|
-
"@putout/plugin-remove-iife": "^
|
|
136
|
+
"@putout/plugin-remove-iife": "^3.0.0",
|
|
137
137
|
"@putout/plugin-remove-nested-blocks": "^6.0.0",
|
|
138
138
|
"@putout/plugin-remove-unreachable-code": "^1.0.0",
|
|
139
139
|
"@putout/plugin-remove-unreferenced-variables": "^2.0.0",
|