|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.1.0-alpha.85 (2026-03-19) |
| 4 | + |
| 5 | +Full Changelog: [v0.1.0-alpha.84...v0.1.0-alpha.85](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.84...v0.1.0-alpha.85) |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +* add git Show and CurrentBranch helpers ([7427170](https://github.com/stainless-api/stainless-api-cli/commit/742717047b54e4f56e5a1d5f4447fc4e633fcd1d)) |
| 10 | +* **cmd/build:** add spacing between header and targets in builds list ([63df786](https://github.com/stainless-api/stainless-api-cli/commit/63df786562d05cae6d20d891a71a42dc6d286562)) |
| 11 | +* **cmd/builddiagnostic:** use diagnostics component for diagnostics list ([407ce31](https://github.com/stainless-api/stainless-api-cli/commit/407ce3128688896f29f019eac428c15ded055355)) |
| 12 | +* **cmd/build:** use build component view for builds list ([0c0c4ee](https://github.com/stainless-api/stainless-api-cli/commit/0c0c4ee740627b83995989538d8808943b6ce53d)) |
| 13 | +* **cmd/dev:** refactor dev command to use compare builds ([b7cc41a](https://github.com/stainless-api/stainless-api-cli/commit/b7cc41a9d81e5442aeffeca81730f51c94b83f1e)) |
| 14 | +* **components/build:** rewrite build pipeline view as single-line with header ([270e85b](https://github.com/stainless-api/stainless-api-cli/commit/270e85bd52601694c07ddd264b952b8ab0a18cc4)) |
| 15 | +* **components/build:** single newline after header, show download path ([cba8ce9](https://github.com/stainless-api/stainless-api-cli/commit/cba8ce92565082a607a0510d54c3b6b56e95ac93)) |
| 16 | +* **components/dev:** remove config section and waiting message from preview ([83b7995](https://github.com/stainless-api/stainless-api-cli/commit/83b7995c29b9435d1eee2f2edcaaddf1a5457725)) |
| 17 | +* **components/diagnostics:** rewrite diagnostics view with Rust-style formatting ([c094b0f](https://github.com/stainless-api/stainless-api-cli/commit/c094b0f12cca78e4028311a8624696a842b643ea)) |
| 18 | + |
| 19 | + |
| 20 | +### Bug Fixes |
| 21 | + |
| 22 | +* **components/dev:** preserve preview content on quit ([fcb4d88](https://github.com/stainless-api/stainless-api-cli/commit/fcb4d8846b0a84dcc64f05e00fa4a8bdd7a23f45)) |
| 23 | +* fill project property more uniformly ([23b8227](https://github.com/stainless-api/stainless-api-cli/commit/23b822757485c5aab9796ea36733a20d79363b3b)) |
| 24 | +* make download error display better ([31a38dc](https://github.com/stainless-api/stainless-api-cli/commit/31a38dcc710de76b127fc76d01be7fadce7430c9)) |
| 25 | +* only set client options when the corresponding CLI flag or env var is explicitly set ([64c31cf](https://github.com/stainless-api/stainless-api-cli/commit/64c31cf020960b1dc7ed20840aa850073d5587ff)) |
| 26 | +* read check step conclusion from top-level field ([e16abc3](https://github.com/stainless-api/stainless-api-cli/commit/e16abc3a768322b84c089967e114d8a485b97238)) |
| 27 | + |
| 28 | + |
| 29 | +### Chores |
| 30 | + |
| 31 | +* automatically generate demo gifs ([a057170](https://github.com/stainless-api/stainless-api-cli/commit/a057170713df9e759738dc76d2325a7a00120a2a)) |
| 32 | +* **internal:** version bump ([d6f4985](https://github.com/stainless-api/stainless-api-cli/commit/d6f49850f5572ccff1f65a40a54efde6f0427fcc)) |
| 33 | + |
| 34 | + |
| 35 | +### Refactors |
| 36 | + |
| 37 | +* auto-set Before hook on all subcommands via traversal ([73a12cd](https://github.com/stainless-api/stainless-api-cli/commit/73a12cd0a3a9bf2392ada6c3873a2c8ad23c373e)) |
| 38 | +* **cmd/lint:** move getDiagnostics to cmd/lint.go ([44a8a3a](https://github.com/stainless-api/stainless-api-cli/commit/44a8a3a98f9b632732bda3152808bf0138c65b6d)) |
| 39 | +* **cmd/lint:** remove unused canSkip logic ([48c573e](https://github.com/stainless-api/stainless-api-cli/commit/48c573e52b46bd27ce1d7f7decd268f21a43607e)) |
| 40 | +* don't use deprecated .Completed property ([397114c](https://github.com/stainless-api/stainless-api-cli/commit/397114c2f0ac3587405c67f25f3a52f0ead4b277)) |
| 41 | + |
3 | 42 | ## 0.1.0-alpha.84 (2026-03-16) |
4 | 43 |
|
5 | 44 | Full Changelog: [v0.1.0-alpha.83...v0.1.0-alpha.84](https://github.com/stainless-api/stainless-api-cli/compare/v0.1.0-alpha.83...v0.1.0-alpha.84) |
|
0 commit comments