|
| 1 | +## 0.73.0 (2025-08-08) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **ci:** add searchCommits option to extend portal cache range ([0b14111f](https://github.com/code-pushup/cli/commit/0b14111f)) |
| 6 | + |
| 7 | +### ❤️ Thank You |
| 8 | + |
| 9 | +- Matěj Chalk |
| 10 | + |
| 11 | +## 0.72.1 (2025-08-06) |
| 12 | + |
| 13 | +### 🩹 Fixes |
| 14 | + |
| 15 | +- **ci:** download portal report for base commit and include details ([21572d52](https://github.com/code-pushup/cli/commit/21572d52)) |
| 16 | + |
| 17 | +### ❤️ Thank You |
| 18 | + |
| 19 | +- Matěj Chalk |
| 20 | + |
| 21 | +## 0.72.0 (2025-08-06) |
| 22 | + |
| 23 | +### 🚀 Features |
| 24 | + |
| 25 | +- **ci:** add configPatterns as optional performance optimization ([823ade1f](https://github.com/code-pushup/cli/commit/823ade1f)) |
| 26 | +- **cli:** use default report paths if --before/--after missing in compare command ([61ee2272](https://github.com/code-pushup/cli/commit/61ee2272)) |
| 27 | +- **core:** copy label from report.json inputs to report-diff.json output ([2adcf9db](https://github.com/code-pushup/cli/commit/2adcf9db)) |
| 28 | +- **models:** add optional label to report.json schema ([77d33b54](https://github.com/code-pushup/cli/commit/77d33b54)) |
| 29 | +- **utils:** interpolate variables in strings ([242435e0](https://github.com/code-pushup/cli/commit/242435e0)) |
| 30 | + |
| 31 | +### 🔥 Performance |
| 32 | + |
| 33 | +- **ci:** use bulk command to compare reports for all projects ([f9deac78](https://github.com/code-pushup/cli/commit/f9deac78)) |
| 34 | + |
| 35 | +### ❤️ Thank You |
| 36 | + |
| 37 | +- Matěj Chalk |
| 38 | + |
| 39 | +## 0.71.0 (2025-08-01) |
| 40 | + |
| 41 | +### 🚀 Features |
| 42 | + |
| 43 | +- **ci:** download report from graphql api and convert to report.json format ([d35cd7a0](https://github.com/code-pushup/cli/commit/d35cd7a0)) |
| 44 | +- **ci:** parse upload along with persist in print-config commands ([a73bf21b](https://github.com/code-pushup/cli/commit/a73bf21b)) |
| 45 | +- **ci:** download previous report from portal if available ([918eb0d5](https://github.com/code-pushup/cli/commit/918eb0d5)) |
| 46 | +- **utils:** add type helpers for lower/upper case conversions ([50483748](https://github.com/code-pushup/cli/commit/50483748)) |
| 47 | + |
| 48 | +### ❤️ Thank You |
| 49 | + |
| 50 | +- Matěj Chalk |
| 51 | + |
| 52 | +## 0.70.0 (2025-07-31) |
| 53 | + |
| 54 | +### 🚀 Features |
| 55 | + |
| 56 | +- **ci:** update to zod v4 ([c342dab1](https://github.com/code-pushup/cli/commit/c342dab1)) |
| 57 | +- **ci:** remove redundant --no-progress argument ([b0ed2fa9](https://github.com/code-pushup/cli/commit/b0ed2fa9)) |
| 58 | +- **ci:** skip persist.format args if defaults already configured ([c11db95e](https://github.com/code-pushup/cli/commit/c11db95e)) |
| 59 | +- **cli:** disable progress bar in CI environment ([ecd42c60](https://github.com/code-pushup/cli/commit/ecd42c60)) |
| 60 | +- **models:** add generic artifact generation to enable caching ([#1023](https://github.com/code-pushup/cli/pull/1023)) |
| 61 | +- **models:** update to zod v4 ([7985c239](https://github.com/code-pushup/cli/commit/7985c239)) |
| 62 | +- **nx-plugin:** update to zod v4 ([91774182](https://github.com/code-pushup/cli/commit/91774182)) |
| 63 | +- **plugin-coverage:** update to zod v4 ([a0814d31](https://github.com/code-pushup/cli/commit/a0814d31)) |
| 64 | +- **plugin-eslint:** update zod to v4 ([4ef657f1](https://github.com/code-pushup/cli/commit/4ef657f1)) |
| 65 | +- **plugin-js-packages:** update to zod v4 ([c24b7435](https://github.com/code-pushup/cli/commit/c24b7435)) |
| 66 | +- **plugin-jsdocs:** update to zod v4 ([3444e8d3](https://github.com/code-pushup/cli/commit/3444e8d3)) |
| 67 | +- **plugin-lighthouse:** implement multiple URL support ([f4db1368](https://github.com/code-pushup/cli/commit/f4db1368)) |
| 68 | +- **plugin-typescript:** update to zod v4 ([6de416f4](https://github.com/code-pushup/cli/commit/6de416f4)) |
| 69 | +- **utils:** update to zod v4, replace zod-validation-error with z.prettifyError ([b1364d7d](https://github.com/code-pushup/cli/commit/b1364d7d)) |
| 70 | +- **utils:** parse boolean environment variables ([be08c188](https://github.com/code-pushup/cli/commit/be08c188)) |
| 71 | +- **utils:** detect ci environment ([3430d31b](https://github.com/code-pushup/cli/commit/3430d31b)) |
| 72 | +- **utils:** extract boolean value coercion to standalone function ([f76e4fb0](https://github.com/code-pushup/cli/commit/f76e4fb0)) |
| 73 | + |
| 74 | +### 🩹 Fixes |
| 75 | + |
| 76 | +- **ci:** do not set --verbose by default ([ab39b050](https://github.com/code-pushup/cli/commit/ab39b050)) |
| 77 | +- **cli:** adapt format schema check to zod v4 ([77a384b0](https://github.com/code-pushup/cli/commit/77a384b0)) |
| 78 | +- **models:** use implementAsync for async z.function occurrences ([17931228](https://github.com/code-pushup/cli/commit/17931228)) |
| 79 | + |
| 80 | +### ❤️ Thank You |
| 81 | + |
| 82 | +- Andrii Siuta |
| 83 | +- Hanna Skryl @hanna-skryl |
| 84 | +- Matěj Chalk |
| 85 | + |
1 | 86 | ## 0.69.5 (2025-07-11) |
2 | 87 |
|
3 | 88 | ### 🩹 Fixes |
|
0 commit comments