Skip to content

Commit 474f82f

Browse files
committed
chore(release): v3.0.0-4
1 parent 98e300f commit 474f82f

File tree

2 files changed

+59
-2
lines changed

2 files changed

+59
-2
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,63 @@
22

33
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.
44

5+
## v3.0.0-4
6+
7+
[compare changes](https://github.com/unjs/consola/compare/v3.0.0-3...v3.0.0-4)
8+
9+
10+
### 🚀 Enhancements
11+
12+
- `consola.fail` log level ([#153](https://github.com/unjs/consola/pull/153))
13+
- Pass `formatOptions` and other options to reporters ([d77286a](https://github.com/unjs/consola/commit/d77286a))
14+
- Show stack trace with `consola.trace` ([#151](https://github.com/unjs/consola/pull/151))
15+
16+
### 🩹 Fixes
17+
18+
- Type consola instance with built-in type functions ([1a4b893](https://github.com/unjs/consola/commit/1a4b893))
19+
- Default value for color format utils ([ec9be78](https://github.com/unjs/consola/commit/ec9be78))
20+
- **fancy:** Show time and tag on right when width cannot be determined ([#128](https://github.com/unjs/consola/pull/128))
21+
- Pass level from `CONSOLA_LEVEL` to the `defaults` ([#129](https://github.com/unjs/consola/pull/129))
22+
- **consola:** Type defaults overrides generic defaults ([d3d3c05](https://github.com/unjs/consola/commit/d3d3c05))
23+
24+
### 💅 Refactors
25+
26+
- Drop `json` and `winston` reporters ([5af0e99](https://github.com/unjs/consola/commit/5af0e99))
27+
- Move all options to `consola.options` without duplication ([2d31ef4](https://github.com/unjs/consola/commit/2d31ef4))
28+
- Move spam logic into `_lastLog` object ([cabd04f](https://github.com/unjs/consola/commit/cabd04f))
29+
- Remove global `async` option ([edd1bb9](https://github.com/unjs/consola/commit/edd1bb9))
30+
- **types:** Merge `LogTypeLiteral` and `logtype` types to `LogType` ([da1bc73](https://github.com/unjs/consola/commit/da1bc73))
31+
- ⚠️ Move log levels and types to constants ([514f5b3](https://github.com/unjs/consola/commit/514f5b3))
32+
- Use `index.node.ts` for main build ([b92d23b](https://github.com/unjs/consola/commit/b92d23b))
33+
- Improve types and exports ([b380d21](https://github.com/unjs/consola/commit/b380d21))
34+
- Improve fancy reporter ([bc90db8](https://github.com/unjs/consola/commit/bc90db8))
35+
- Revert back to `dist/index.*` for bw compatibility ([98e300f](https://github.com/unjs/consola/commit/98e300f))
36+
37+
### 📖 Documentation
38+
39+
- Fix links to the source files ([#172](https://github.com/unjs/consola/pull/172))
40+
41+
### 🏡 Chore
42+
43+
- Fix import in examples ([c4fff18](https://github.com/unjs/consola/commit/c4fff18))
44+
45+
### ✅ Tests
46+
47+
- Update test ([64fa81d](https://github.com/unjs/consola/commit/64fa81d))
48+
49+
### 🎨 Styles
50+
51+
- Prefer object spread instead of `Object.assign` ([c03268a](https://github.com/unjs/consola/commit/c03268a))
52+
53+
#### ⚠️ Breaking Changes
54+
55+
- ⚠️ Move log levels and types to constants ([514f5b3](https://github.com/unjs/consola/commit/514f5b3))
56+
57+
### ❤️ Contributors
58+
59+
- Pooya Parsa ([@pi0](http://github.com/pi0))
60+
- With-heart ([@with-heart](http://github.com/with-heart))
61+
562
## v3.0.0-3
663

764
[compare changes](https://github.com/unjs/consola/compare/v3.0.0-2...v3.0.0-3)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "consola",
3-
"version": "3.0.0-3",
3+
"version": "3.0.0-4",
44
"description": "Elegant Console Wrapper",
55
"keywords": [
66
"console",
@@ -67,4 +67,4 @@
6767
"winston": "^3.8.2"
6868
},
6969
"packageManager": "pnpm@8.1.1"
70-
}
70+
}

0 commit comments

Comments
 (0)