putout 42.10.2 → 42.10.4

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 (3) hide show
  1. package/ChangeLog +23 -0
  2. package/package.json +1 -1
  3. package/putout.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,26 @@
1
+ 2026.07.31, v42.10.4
2
+
3
+ fix:
4
+ - fc2f4485f putout: config: convert-quotes-to-backticks: disable on toml
5
+ - 270d7cf7f @putout/plugin-tape: remove-t-from-async: extend: exclude
6
+ - c988cd0b1 @putout/plugin-tape: remove-t-from-async: report
7
+ - 25325cde8 @putout/plugin-conditions: remove-conditions: !!: exclude
8
+
9
+ feature:
10
+ - fe85396a3 @putout/plugin-types: apply-boolean: add
11
+
12
+ 2026.07.28, v42.10.3
13
+
14
+ feature:
15
+ - 645f90d36 putout: madrun: ts
16
+ - cdf3b793d @putout/plugin-madrun: convert-to-async: cutEnv
17
+ - ec9c37169 @putout/plugin-return: remove-useless: exclude types
18
+ - 01dd0c9cf @putout/plugin-react: remove-useless-memoization: useMemo: improve
19
+ - df59dac91 @putout/plugin-sql: add
20
+ - 623320944 @putout/plugin-putout: declare: __sql
21
+ - da156ea99 @putout/processor-sql: add
22
+ - 15dab97ab @putout/operator-json: __sql: add
23
+
1
24
  2026.07.26, v42.10.2
2
25
 
3
26
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "42.10.2",
3
+ "version": "42.10.4",
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",
package/putout.json CHANGED
@@ -27,7 +27,7 @@
27
27
  "{.,}putout.json": {
28
28
  "putout-config": "on"
29
29
  },
30
- ".madrun.{js,cjs,mjs}": {
30
+ ".madrun.{js,cjs,mjs,ts}": {
31
31
  "madrun": "on"
32
32
  },
33
33
  "setupTests.*": {
@@ -90,7 +90,7 @@
90
90
  "*.svelte": {
91
91
  "variables/remove-unused": "off"
92
92
  },
93
- "{Dockerfile*,*rc,*.{json,yml,yaml}}": {
93
+ "{Dockerfile*,*rc,*.{json,yml,yaml,toml}}": {
94
94
  "convert-quotes-to-backticks": "off",
95
95
  "remove-useless-escape": "off",
96
96
  "math/apply-numeric-separators": "off"