putout 29.1.6 → 29.1.8

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.03.29, v29.1.8
2
+
3
+ feature:
4
+ - 933b6e140 package: @putout/plugin-apply-optional-chaining v3.0.0
5
+ - 2c0c05716 @putout/plugin-apply-optional-chaining: improve support of OptionalCallExpression
6
+ - 9e32bcb26 @putout/plugin-apply-optional-chaining: drop support of node < 16
7
+ - 59c9e093c @putout/plugin-apply-optional-chaining: drop support of 🐊 < 29
8
+ - d00e74d0e @putout/plugin-apply-optional-chaining: report
9
+ - e29d8acf6 @putout/plugin-types: add isEmptyString
10
+ - 9242889dc @putout/plugin-for-of: map: print() -> path.toString()
11
+
12
+ 2023.03.27, v29.1.7
13
+
14
+ feature:
15
+ - 4b322453b package: @putout/plugin-remove-console v6.0.0
16
+ - d002ee9b5 @putout/plugin-remove-console: report
17
+ - 44a79ead7 @putout/plugin-remove-console: drop support of 🐊 < 29
18
+
1
19
  2023.03.26, v29.1.6
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.1.6",
3
+ "version": "29.1.8",
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",
@@ -74,7 +74,7 @@
74
74
  "@putout/plugin-apply-destructuring": "^6.0.0",
75
75
  "@putout/plugin-apply-early-return": "^2.0.0",
76
76
  "@putout/plugin-apply-flat-map": "^2.0.0",
77
- "@putout/plugin-apply-optional-chaining": "^2.0.0",
77
+ "@putout/plugin-apply-optional-chaining": "^3.0.0",
78
78
  "@putout/plugin-apply-template-literals": "^1.0.0",
79
79
  "@putout/plugin-browserlist": "^1.0.0",
80
80
  "@putout/plugin-conditions": "^1.0.0",
@@ -119,7 +119,7 @@
119
119
  "@putout/plugin-putout": "^12.0.0",
120
120
  "@putout/plugin-putout-config": "^2.0.0",
121
121
  "@putout/plugin-regexp": "^6.0.0",
122
- "@putout/plugin-remove-console": "^5.0.0",
122
+ "@putout/plugin-remove-console": "^6.0.0",
123
123
  "@putout/plugin-remove-constant-conditions": "^4.0.0",
124
124
  "@putout/plugin-remove-debugger": "^5.0.0",
125
125
  "@putout/plugin-remove-duplicate-case": "^2.0.0",