Skip to content

Commit a53617c

Browse files
committed
chore: putout: v42.1.0
1 parent 371c6a5 commit a53617c

File tree

2 files changed

+52
-1
lines changed

2 files changed

+52
-1
lines changed

packages/putout/ChangeLog

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,54 @@
1+
2026.03.10, v42.1.0
2+
3+
fix:
4+
- 8cbfc4fbc @putout/plugin-declare-before-reference: simplify
5+
- 46bfb6db0 @putout/plugin-declare-before-reference: named-export
6+
- b8c04fb98 @putout/plugin-printer: add-missing-tuples-to-type-checker: instrument
7+
- e574f445a @putout/plugin-printer: add-missing-tuples-to-type-checker: CallExpression
8+
- 1895f72da @putout/plugin-printer: add-missing-spaces-to-type-checker: rm useless filter(Boolean)
9+
- 4e5a61f6f @putout/plugin-printer: add-missing-spaces-to-type-checker: colon last: exclude
10+
- 2faae4cb7 @putout/plugin-printer: add-missing-spaces-to-type-checker: after arrow
11+
- d1ae084b9 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: link to 🐊Putout Editor
12+
- 5b5ec86fd @putout/compare: is: export: isArray: rm
13+
- e344b9b1b @putout/plugin-printer: remove-useless-maybe: report
14+
15+
feature:
16+
- 471fffe18 eslint-plugin-putout: safe: return/remove-last-empty: off
17+
- ea27948ce putout: @putout/plugin-regexp v13.5.0
18+
- cb0bc7ec1 putout: @putout/plugin-return v4.0.0
19+
- 753457d81 @putout/plugin-regexp: drop support of 🐊 < 42
20+
- 031c049ea @putout/plugin-return: drop support of 🐊 < 42
21+
- 330b0ad0c @putout/plugin-return: remove-last-empty: add
22+
- 25803de62 @putout/plugin-for-of: remove-useless: improve
23+
- 8d5c46999 @putout/plugin-declare-before-reference: improve support of exports
24+
- 7c03f12ff @putout/plugin-minify: drop support of 🐊 < 42
25+
- 8d872a365 @putout/plugin-minify: merge-variables: AssignmentExpression: exclude
26+
- f293e7587 @putout/plugin-printer: instrument type checker
27+
- a268157d4 @putout/plugin-printer: check-if-success-possible-in-type-checker: add
28+
- dcd50ad14 @putout/plugin-printer: check-type-passed-to-type-checker: rm 🧨
29+
- dfe6708b5 @putout/plugin-printer: remove-useless-spaces-from-type-checker: sequence
30+
- 1375dafc6 @putout/plugin-printer: check-type-passed-to-type-checker: type name
31+
- bcd07e4d0 @putout/plugin-printer: add-missing-tuples-to-type-checker: type name
32+
- 3e7002213 @putout/plugin-printer: add-missing-tuples-to-type-checker: exclude dsl
33+
- 4ec9b7bbf @putout/plugin-printer: check-type-passed-to-type-checker: CommentBlock
34+
- e0ac4ef42 @putout/plugin-printer: remove-useless-tuples-from-type-checker: add
35+
- b41222934 @putout/plugin-printer: add-missing-tuples-to-type-checker: identifier
36+
- 39d764ace @putout/plugin-printer: add-missing-tuple-to-type-checker: add
37+
- acec26b2e @putout/plugin-printer: check-type-passed-to-type-checker: selector: exclude
38+
- 06e325e75 @putout/plugin-printer: check-type-passed-to-type-checker
39+
- 742efbf44 @putout/plugin-printer: remove-useless-spaces-from-type-checker: add
40+
- 1ea777a47 @putout/plugin-printer: add-missing-spaces-to-type-checker: add
41+
- a5a9376b8 @putout/plugin-printer: remove-trailing-spaces-from-type-checker: add
42+
- 8716146e4 @putout/plugin-declare-before-reference: CallExpression argument: improve support
43+
- df16f4dda @putout/plugin-printer: remove-useless-maybe: indent
44+
- bfd8bfcb1 @putout/plugin-putout: convert-node-to-path-in-get-template-values: exclude: short
45+
- 84ee1e8d2 @putout/plugin-remove-useless-maybe: simplify
46+
- 88f3caf84 @putout/compare: getTemplateValues: ExpressionStatement
47+
- f907ede9a @putout/plugin-putout: convert-node-to-path-in-get-template-values: report
48+
- 540534a4a @putout/plugin-printer: drop support of 🐊 < 42
49+
- 727e150bb @putout/plugin-printer: remove-useless-maybe: add
50+
- 42a54b00b @putout/engine-parser: @putout/printer v18.0.0
51+
152
2026.03.03, v42.0.25
253

354
fix:

packages/putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "putout",
3-
"version": "42.0.25",
3+
"version": "42.1.0",
44
"type": "module",
55
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
66
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",

0 commit comments

Comments
 (0)