|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +## v3.3.0 |
| 6 | + |
| 7 | +[compare changes](https://github.com/unjs/consola/compare/v3.2.3...v3.3.0) |
| 8 | + |
| 9 | +### đ Enhancements |
| 10 | + |
| 11 | +- **utils:** `formatTree` utility ([#223](https://github.com/unjs/consola/pull/223)) |
| 12 | +- Export prompt option types ([#301](https://github.com/unjs/consola/pull/301)) |
| 13 | +- Support report error `cause` ([#308](https://github.com/unjs/consola/pull/308)) |
| 14 | +- **prompt:** Configurable cancel strategy ([#325](https://github.com/unjs/consola/pull/325)) |
| 15 | +- **formatTree:** Support max depth ([#267](https://github.com/unjs/consola/pull/267)) |
| 16 | + |
| 17 | +### 𩹠Fixes |
| 18 | + |
| 19 | +- Use `initial` in `select` and `multiselect` prompts ([#232](https://github.com/unjs/consola/pull/232)) |
| 20 | +- Make box title color same as border ([#236](https://github.com/unjs/consola/pull/236)) |
| 21 | + |
| 22 | +### đ Documentation |
| 23 | + |
| 24 | +- Update screenshot ([205d9c8](https://github.com/unjs/consola/commit/205d9c8)) |
| 25 | +- Add vitest ([#182](https://github.com/unjs/consola/pull/182)) |
| 26 | +- Add note about raw method ([#271](https://github.com/unjs/consola/pull/271)) |
| 27 | +- Add jsdocs for utils functions ([#286](https://github.com/unjs/consola/pull/286)) |
| 28 | +- Add jsdocs for top-level functions ([#288](https://github.com/unjs/consola/pull/288)) |
| 29 | + |
| 30 | +### đŚ Build |
| 31 | + |
| 32 | +- Fix subpath types ([#265](https://github.com/unjs/consola/pull/265)) |
| 33 | +- Add `require` condition for browser builds ([#243](https://github.com/unjs/consola/pull/243)) |
| 34 | + |
| 35 | +### đ Types |
| 36 | + |
| 37 | +- Fix prompt with `select` type return value type ([#238](https://github.com/unjs/consola/pull/238)) |
| 38 | + |
| 39 | +### đĄ Chore |
| 40 | + |
| 41 | +- Update dependencies ([68b36c7](https://github.com/unjs/consola/commit/68b36c7)) |
| 42 | +- Update dependencies ([dff1ef8](https://github.com/unjs/consola/commit/dff1ef8)) |
| 43 | +- Update eslint to v9 ([238d677](https://github.com/unjs/consola/commit/238d677)) |
| 44 | +- Lint ([985a786](https://github.com/unjs/consola/commit/985a786)) |
| 45 | +- Update pnpm to v9 ([61adfbe](https://github.com/unjs/consola/commit/61adfbe)) |
| 46 | +- Update ci scripts ([9545b65](https://github.com/unjs/consola/commit/9545b65)) |
| 47 | +- Apply automated updates ([df0e555](https://github.com/unjs/consola/commit/df0e555)) |
| 48 | +- Update dependencies ([e851525](https://github.com/unjs/consola/commit/e851525)) |
| 49 | +- Fix lint issues ([8238844](https://github.com/unjs/consola/commit/8238844)) |
| 50 | +- Update deps ([093d966](https://github.com/unjs/consola/commit/093d966)) |
| 51 | +- Lint ([64cd547](https://github.com/unjs/consola/commit/64cd547)) |
| 52 | +- Update clack/core ([e2aa5c9](https://github.com/unjs/consola/commit/e2aa5c9)) |
| 53 | + |
| 54 | +### đ¨ Styles |
| 55 | + |
| 56 | +- Format repo ([899173f](https://github.com/unjs/consola/commit/899173f)) |
| 57 | + |
| 58 | +### đ¤ CI |
| 59 | + |
| 60 | +- Use conventional commit for autofix ([#217](https://github.com/unjs/consola/pull/217)) |
| 61 | + |
| 62 | +### â¤ď¸ Contributors |
| 63 | + |
| 64 | +- Guo ([@Plumbiu](http://github.com/Plumbiu)) |
| 65 | +- Pooya Parsa ([@pi0](http://github.com/pi0)) |
| 66 | +- Kongmoumou ([@kongmoumou](http://github.com/kongmoumou)) |
| 67 | +- Max ([@onmax](http://github.com/onmax)) |
| 68 | +- Michel EDIGHOFFER <[email protected]> |
| 69 | +- SĂŠbastien Chopin ([@atinux](http://github.com/atinux)) |
| 70 | + |
| 71 | +- Nozomu Ikuta ([@nozomuikuta](http://github.com/nozomuikuta)) |
| 72 | +- Maxim Molochkov ([@klaseca](http://github.com/klaseca)) |
| 73 | +- Xjccc ([@xjccc](http://github.com/xjccc)) |
| 74 | +- Gangan ([@shinGangan](http://github.com/shinGangan)) |
| 75 | +- Daniel Roe ([@danielroe](http://github.com/danielroe)) |
| 76 | + |
5 | 77 | ## v3.2.3 |
6 | 78 |
|
7 | 79 | [compare changes](https://github.com/unjs/consola/compare/v3.2.2...v3.2.3) |
|
0 commit comments