putout 29.13.2 → 29.13.3
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 +9 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
2023.06.14, v29.13.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- c004b1746 package: @putout/plugin-remove-useless-template-expressions v2.0.0
|
|
5
|
+
- 9aa82b10f @putout/plugin-remove-useless-template-expressions: drop support of 🐊 < 29
|
|
6
|
+
- bbd78527e @putout/plugin-remove-useless-template-expressions: comments support using @putout/printer
|
|
7
|
+
- 8f73dcaca @putout/plugin-types: remove-double-negations: add support of startsWith
|
|
8
|
+
- 7d333d735 @putout/plugin-simplify-boolean-return: add support of UnaryExpression: !
|
|
9
|
+
|
|
1
10
|
2023.06.14, v29.13.2
|
|
2
11
|
|
|
3
12
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "29.13.
|
|
3
|
+
"version": "29.13.3",
|
|
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",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"@putout/plugin-remove-useless-replace": "^1.0.1",
|
|
149
149
|
"@putout/plugin-remove-useless-return": "^5.0.0",
|
|
150
150
|
"@putout/plugin-remove-useless-spread": "^6.0.0",
|
|
151
|
-
"@putout/plugin-remove-useless-template-expressions": "^
|
|
151
|
+
"@putout/plugin-remove-useless-template-expressions": "^2.0.0",
|
|
152
152
|
"@putout/plugin-remove-useless-variables": "^8.0.0",
|
|
153
153
|
"@putout/plugin-reuse-duplicate-init": "^5.0.0",
|
|
154
154
|
"@putout/plugin-simplify-assignment": "^3.0.0",
|