putout 42.2.2 → 42.2.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 +15 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
2026.03.17, v42.2.3
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- 187fa8204 putout: @putout/plugin-remove-useless-escape v10.0.0
|
|
5
|
+
- dbf30c71f @putout/plugin-remove-useless-escape: drop support of 🐊 < 42
|
|
6
|
+
- 2e3304635 @putout/plugin-remove-useless-escape: couple TemplateElements inside TemplateLiteral
|
|
7
|
+
- ea86a62fe @putout/processor-toml: oxfmt v0.41.0
|
|
8
|
+
- 931591a7c @putout/plugin-printer: remove-useless-path-from-type-checker
|
|
9
|
+
- bca98afe4 @putout/plugin-printer: reverse-comparison-in-type-checker: add
|
|
10
|
+
- f8ec6bafc @putout/plugin-printer: remove-useless-tuples-from-type-checker: comparison
|
|
11
|
+
- 5fea18929 @putout/plugin-printer: remove-useless-not-from-type-checker
|
|
12
|
+
- 7596bc89d @putout/plugin-printer: merge-tuples-of-type-checkers: +/-
|
|
13
|
+
- dadf3d6e9 @putout/plugin-printer: merge-tuples-of-type-checkers: booleans: +/-
|
|
14
|
+
- 9e74a3e83 @putout/plugin-printer: check-type-passed-to-type-checker: exclude: +/-
|
|
15
|
+
|
|
1
16
|
2026.03.14, v42.2.2
|
|
2
17
|
|
|
3
18
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "42.2.
|
|
3
|
+
"version": "42.2.3",
|
|
4
4
|
"type": "module",
|
|
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",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"@putout/plugin-remove-useless-constructor": "^3.0.0",
|
|
159
159
|
"@putout/plugin-remove-useless-continue": "^3.0.0",
|
|
160
160
|
"@putout/plugin-remove-useless-delete": "^3.0.0",
|
|
161
|
-
"@putout/plugin-remove-useless-escape": "^
|
|
161
|
+
"@putout/plugin-remove-useless-escape": "^10.0.0",
|
|
162
162
|
"@putout/plugin-remove-useless-functions": "^5.0.0",
|
|
163
163
|
"@putout/plugin-remove-useless-map": "^3.0.0",
|
|
164
164
|
"@putout/plugin-remove-useless-object-from-entries": "^1.0.0",
|