|
| 1 | +## 0.64.1 (2025-03-04) |
| 2 | + |
| 3 | +### 🩹 Fixes |
| 4 | + |
| 5 | +- **ci:** always show execute process errors and log stdout if verbose ([b41de478](https://github.com/code-pushup/cli/commit/b41de478)) |
| 6 | +- **utils:** remove partial from mergeConfigs return type ([69c2ef4c](https://github.com/code-pushup/cli/commit/69c2ef4c)) |
| 7 | + |
| 8 | +### ❤️ Thank You |
| 9 | + |
| 10 | +- Matěj Chalk |
| 11 | +- Vojtech Masek @vmasek |
| 12 | + |
| 13 | +## 0.64.0 (2025-02-27) |
| 14 | + |
| 15 | +### 🚀 Features |
| 16 | + |
| 17 | +- **ci:** allow refs without shas, fetch if needed ([2ee0a8d1](https://github.com/code-pushup/cli/commit/2ee0a8d1)) |
| 18 | + |
| 19 | +### ❤️ Thank You |
| 20 | + |
| 21 | +- Matěj Chalk |
| 22 | + |
| 23 | +## 0.63.0 (2025-02-26) |
| 24 | + |
| 25 | +### 🚀 Features |
| 26 | + |
| 27 | +- **ci:** use temporary file for print-config instead of stdout ([aa4d0b38](https://github.com/code-pushup/cli/commit/aa4d0b38)) |
| 28 | +- **cli:** add --output=<file> option to print-config command ([a1fde20c](https://github.com/code-pushup/cli/commit/a1fde20c)) |
| 29 | + |
| 30 | +### ❤️ Thank You |
| 31 | + |
| 32 | +- Matěj Chalk |
| 33 | + |
| 34 | +## 0.62.0 (2025-02-25) |
| 35 | + |
| 36 | +### 🚀 Features |
| 37 | + |
| 38 | +- log process working directory as cwd if undefined ([a0638f8c](https://github.com/code-pushup/cli/commit/a0638f8c)) |
| 39 | + |
| 40 | +### 🩹 Fixes |
| 41 | + |
| 42 | +- **utils:** replace misleading commit labels in markdown diff ([21a1f25d](https://github.com/code-pushup/cli/commit/21a1f25d)) |
| 43 | + |
| 44 | +### ❤️ Thank You |
| 45 | + |
| 46 | +- Matěj Chalk |
| 47 | +- Vojtech Masek @vmasek |
| 48 | + |
| 49 | +## 0.61.0 (2025-02-19) |
| 50 | + |
| 51 | +### 🚀 Features |
| 52 | + |
| 53 | +- **ci:** disable nx/turbo cache for non-autorun code-pushup commands ([29a1bc63](https://github.com/code-pushup/cli/commit/29a1bc63)) |
| 54 | +- **models:** do not throw if docs url invalid, treat as missing and log warning ([a54295c6](https://github.com/code-pushup/cli/commit/a54295c6)) |
| 55 | + |
| 56 | +### ❤️ Thank You |
| 57 | + |
| 58 | +- Matěj Chalk |
| 59 | + |
| 60 | +## 0.60.2 (2025-02-18) |
| 61 | + |
| 62 | +### 🩹 Fixes |
| 63 | + |
| 64 | +- **ci:** prevent unknown pathspec error for custom base ref ([60dfb5b2](https://github.com/code-pushup/cli/commit/60dfb5b2)) |
| 65 | + |
| 66 | +### ❤️ Thank You |
| 67 | + |
| 68 | +- Matěj Chalk |
| 69 | + |
| 70 | +## 0.60.1 (2025-02-18) |
| 71 | + |
| 72 | +### 🩹 Fixes |
| 73 | + |
| 74 | +- add toSorted polyfill as hotfix for bug in github actions runner ([55704d18](https://github.com/code-pushup/cli/commit/55704d18)) |
| 75 | +- **ci:** prevent ambigious ref when checking head ([f5f226e1](https://github.com/code-pushup/cli/commit/f5f226e1)) |
| 76 | + |
| 77 | +### ❤️ Thank You |
| 78 | + |
| 79 | +- Matěj Chalk |
| 80 | +- Vojtech Masek @vmasek |
| 81 | + |
| 82 | +## 0.60.0 (2025-02-18) |
| 83 | + |
| 84 | +### 🚀 Features |
| 85 | + |
| 86 | +- **ci:** add skipComment option ([9ac2a6ba](https://github.com/code-pushup/cli/commit/9ac2a6ba)) |
| 87 | +- **plugin-typescript:** add TS core logic ([#932](https://github.com/code-pushup/cli/pull/932)) |
| 88 | +- **plugin-typescript:** add plugin logic ([#936](https://github.com/code-pushup/cli/pull/936)) |
| 89 | + |
| 90 | +### 🩹 Fixes |
| 91 | + |
| 92 | +- **ci:** ensure head ref is checked out ([74db9023](https://github.com/code-pushup/cli/commit/74db9023)) |
| 93 | + |
| 94 | +### ❤️ Thank You |
| 95 | + |
| 96 | +- Matěj Chalk |
| 97 | +- Michael Hladky @BioPhoton |
| 98 | + |
| 99 | +## 0.59.0 (2025-02-14) |
| 100 | + |
| 101 | +### 🚀 Features |
| 102 | + |
| 103 | +- **plugin-coverage:** do not halt plugin execution on fail ([23f1ce5c](https://github.com/code-pushup/cli/commit/23f1ce5c)) |
| 104 | +- **utils:** add string helper ([#916](https://github.com/code-pushup/cli/pull/916)) |
| 105 | + |
| 106 | +### 🩹 Fixes |
| 107 | + |
| 108 | +- explicitly exit process with successful code to not leave cli hanging ([2cb815bb](https://github.com/code-pushup/cli/commit/2cb815bb)) |
| 109 | + |
| 110 | +### ❤️ Thank You |
| 111 | + |
| 112 | +- Michael Hladky @BioPhoton |
| 113 | +- Vojtech Masek @vmasek |
| 114 | + |
| 115 | +## 0.58.0 (2025-02-12) |
| 116 | + |
| 117 | +### 🚀 Features |
| 118 | + |
| 119 | +- **models:** auto-generate JSDoc annotations ([29cf02ad](https://github.com/code-pushup/cli/commit/29cf02ad)) |
| 120 | +- **plugin-coverage:** support lcovonly option for vitest ([b230a3d2](https://github.com/code-pushup/cli/commit/b230a3d2)) |
| 121 | +- **plugin-eslint:** add support for custom groups ([#925](https://github.com/code-pushup/cli/pull/925)) |
| 122 | +- **plugin-jsdocs:** add plugin-jsdocs to analyze documentation in ts/js projects ([#896](https://github.com/code-pushup/cli/pull/896)) |
| 123 | +- **plugin-typescript:** setup plugin project base ([#917](https://github.com/code-pushup/cli/pull/917)) |
| 124 | + |
| 125 | +### 🩹 Fixes |
| 126 | + |
| 127 | +- handle skipped audits and groups ([#911](https://github.com/code-pushup/cli/pull/911)) |
| 128 | +- fix poppinss version ([#921](https://github.com/code-pushup/cli/pull/921)) |
| 129 | +- nest files with timestamp for plugin runners ([4ecf9772](https://github.com/code-pushup/cli/commit/4ecf9772)) |
| 130 | +- **models:** add missing exports ([#918](https://github.com/code-pushup/cli/pull/918)) |
| 131 | +- **nx-plugin:** deep merge executor options ([#927](https://github.com/code-pushup/cli/pull/927)) |
| 132 | + |
| 133 | +### ❤️ Thank You |
| 134 | + |
| 135 | +- Alejandro @aramirezj |
| 136 | +- Hanna Skryl @hanna-skryl |
| 137 | +- hanna-skryl |
| 138 | +- Michael Hladky @BioPhoton |
| 139 | +- Vojtech Masek @vmasek |
| 140 | + |
1 | 141 | ## 0.57.0 (2024-12-17) |
2 | 142 |
|
3 | 143 | ### 🚀 Features |
|
0 commit comments