putout 28.6.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 +18 -1
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
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
+
1
18
  2023.01.18, v28.6.0
2
19
 
3
20
  fix:
@@ -6,7 +23,7 @@ fix:
6
23
 
7
24
  feature:
8
25
  - package: @putout/plugin-remove-iife v3.0.0
9
- - @putout/plugin-remove-iife: drop support of ✍🐊 < 28
26
+ - @putout/plugin-remove-iife: drop support of 🐊 < 28
10
27
  - @putout/plugin-remove-iife: improve support of nested iife
11
28
  - package: @putout/processor-css v6.2.0
12
29
  - @putout/process-html: css
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.6.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",