putout 28.5.0 → 28.7.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 (2) hide show
  1. package/ChangeLog +44 -1
  2. package/package.json +4 -4
package/ChangeLog CHANGED
@@ -1,9 +1,52 @@
1
+ 2023.01.19, v28.7.0
2
+
3
+ fix:
4
+ - @putout/plugin-remove-iife: report message
5
+
6
+ feature:
7
+ - package: @putout/plugin-regexp v6.0.0
8
+ - package: @putout/plugin-declare-undefined-variables v8.0.0
9
+ - @putout/plugin-declare-undefined-variables: drop support of 🐊 < 28
10
+ - @putout/plugin-declare-undefined-variables: add support of fullstore
11
+ - @putout/plugin-regexp: remove-useless-regexp: exclude escaped
12
+ - @putout/plugin-regexp: drop support of 🐊 < 28
13
+ - @putout/plugin-remove-iife: exclude SequenceExpression (#127)
14
+ - package: @putout/plugin-remove-iife v3.0.0
15
+ - @putout/plugin-remove-iife: drop support of 🐊 < 28
16
+ - @putout/plugin-remove-iife: improve support of nested iife (#127)
17
+
18
+ 2023.01.18, v28.6.0
19
+
20
+ fix:
21
+ - @putout/processor-css: get back url quotes
22
+ - @putout/plugin-logical-expressions: simplify: get rid of incorrect optional transformation: a?.b || a -> a?.b'
23
+
24
+ feature:
25
+ - package: @putout/plugin-remove-iife v3.0.0
26
+ - @putout/plugin-remove-iife: drop support of 🐊 < 28
27
+ - @putout/plugin-remove-iife: improve support of nested iife
28
+ - package: @putout/processor-css v6.2.0
29
+ - @putout/process-html: css
30
+ - @putout/processor-css: improve support of parsing error
31
+ - @putout/plugin-putout: convert-load-dir-to-change-dir: improve support of named properties
32
+ - @putout/processor-css: remove function-url-quotes
33
+ - @putout/plugin-cloudcmd: drop support of 🐊 < 28
34
+ - @putout/plugin-cloudcmd: drop support of node < 16
35
+ - @putout/plugin-cloudcmd: add convert-load-dir-to-change-dir
36
+ - @putout/plugin-nextjs: add convert-page-to-head
37
+ - @putout/compare: __: improve support of jsx
38
+ - @putout/compare: improve support of JSXText between tags
39
+ - @putout/plugin-nextjs: add
40
+ - package: @putout/plugin-merge-duplicate-imports v8.0.0
41
+ - @putout/plugin-merge-duplicate-imports: drop support of 🐊 < 28
42
+ - @putout/plugin-merge-duplicate-imports: improve support of duplicate imports
43
+
1
44
  2023.01.06, v28.5.0
2
45
 
3
46
  feature:
4
47
  - package: @putout/plugin-merge-duplicate-imports v8.0.0
5
48
  - @putout/plugin-merge-duplicate-imports: drop support of 🐊 < 28
6
- - @putout/plugin-merge-duplicate-imports: import support of duplicate imports
49
+ - @putout/plugin-merge-duplicate-imports: improve support of duplicate imports
7
50
 
8
51
  2023.01.06, v28.4.0
9
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.5.0",
3
+ "version": "28.7.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",
@@ -105,7 +105,7 @@
105
105
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",
106
106
  "@putout/plugin-declare-before-reference": "^1.0.0",
107
107
  "@putout/plugin-declare-imports-first": "^2.0.0",
108
- "@putout/plugin-declare-undefined-variables": "^7.0.0",
108
+ "@putout/plugin-declare-undefined-variables": "^8.0.0",
109
109
  "@putout/plugin-eslint": "^4.2.0",
110
110
  "@putout/plugin-extract-object-properties": "^8.0.0",
111
111
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
@@ -125,7 +125,7 @@
125
125
  "@putout/plugin-promises": "^8.0.0",
126
126
  "@putout/plugin-putout": "^11.0.0",
127
127
  "@putout/plugin-putout-config": "^2.0.0",
128
- "@putout/plugin-regexp": "^5.0.0",
128
+ "@putout/plugin-regexp": "^6.0.0",
129
129
  "@putout/plugin-remove-boolean-from-assertions": "^1.0.0",
130
130
  "@putout/plugin-remove-console": "^5.0.0",
131
131
  "@putout/plugin-remove-constant-conditions": "^4.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": "^2.0.0",
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",