Releases: unjs/consola
Releases · unjs/consola
v2.10.1
v2.10.0
v2.9.0
v2.8.0
v2.7.1
v2.7.0
DX Improvements
Browser reporter
The initial version of browser reporter was not fancier enough. Now it is! We also hide the time so the output is less verbose:
Basic reporter
The basic reporter is often used in CI environments when they append log time themselves. Thus we now omit time. Also ordering is changed for more readability:
Fancy reporter
When there is no space or terminal width is smaller than 80 characters, type and time will be hidden:
Bug Fixes
- fancy: correctly calculate line width when using grave accent (bad52bd)