putout 29.8.0 → 29.8.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.
Files changed (2) hide show
  1. package/ChangeLog +18 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2023.05.18, v29.8.2
2
+
3
+ feature:
4
+ - 3059b0b13 package: @putout/plugin-regexp v7.0.0
5
+ - a07d4df9a @putout/plugin-regexp: use @putout/printer
6
+ - 32dfe8339 @putout/plugin-regexp: drop support of 🐊 < 29
7
+ - cbfaa37b4 @putout/plugin-regexp: use @putout/printer
8
+
9
+ 2023.05.18, v29.8.1
10
+
11
+ feature:
12
+ - 484a810f6 package: @putout/plugin-new v2.0.0
13
+ - 5797255bb @putout/plugin-new: use @putout/printer
14
+ - 637645d4f @putout/plugin-new: new -> index
15
+ - 0c6220887 @putout/plugin-new: drop support of 🐊 < 29
16
+ - 02b24e6dc @putout/plugin-minify: types: add support of constructors
17
+ - a20d1514e @putout/plugin-minify: types: boolean: exclude BinaryExpressions
18
+
1
19
  2023.05.17, v29.8.0
2
20
 
3
21
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.8.0",
3
+ "version": "29.8.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",
@@ -112,14 +112,14 @@
112
112
  "@putout/plugin-merge-duplicate-imports": "^9.0.0",
113
113
  "@putout/plugin-merge-if-statements": "^3.0.0",
114
114
  "@putout/plugin-montag": "^2.0.0",
115
- "@putout/plugin-new": "^1.0.0",
115
+ "@putout/plugin-new": "^2.0.0",
116
116
  "@putout/plugin-nodejs": "^6.0.0",
117
117
  "@putout/plugin-npmignore": "^2.0.0",
118
118
  "@putout/plugin-package-json": "^5.0.0",
119
119
  "@putout/plugin-promises": "^10.0.0",
120
120
  "@putout/plugin-putout": "^12.0.0",
121
121
  "@putout/plugin-putout-config": "^2.0.0",
122
- "@putout/plugin-regexp": "^6.0.0",
122
+ "@putout/plugin-regexp": "^7.0.0",
123
123
  "@putout/plugin-remove-console": "^6.0.0",
124
124
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
125
125
  "@putout/plugin-remove-debugger": "^5.0.0",