Skip to content

Releases: unjs/consola

v2.12.0

07 May 12:44
Compare
Choose a tag to compare

Features

  • types: add missing typescript definitions for reporters (#94) (4a08ef0)

v2.11.3

31 Dec 15:16
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • typescript: remove cjs export (fixes #88) (0d9ab1b)

v2.11.2

27 Dec 12:15
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • types: const consola = require('consola') type is wrong (#80) (5c22d8c)
  • consola: throttle expiration (#81) (940474d)

v2.11.1

27 Dec 12:15
@pi0 pi0
Compare
Choose a tag to compare

v2.11.0

10 Nov 11:28
@pi0 pi0
Compare
Choose a tag to compare

Features

  • browser: add support of formatted strings (#66) (920f313)

Bug Fixes

  • typecheck type and tag before normalize (1984deb)
  • types: reporter in remove methods are optional (#70) (a17cdb1)

v2.10.1

10 Nov 11:29
@pi0 pi0
Compare
Choose a tag to compare
  • docs: mention importing from src
  • distribute src folder on npm (#51)

v2.10.0

05 Aug 11:08
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • add missing typescript declaration for level, stdout and stderr (#58) (a149dbb)

Features

  • improve typescript type definitions (#57) (80eefd8)

v2.9.0

18 Jun 14:23
@pi0 pi0
Compare
Choose a tag to compare

Count repeated times before the next log (197a6b3)

image

v2.8.0

18 Jun 13:02
@pi0 pi0
Compare
Choose a tag to compare

DX

  • Prevent console spamming by throttling same log (7da806b)

This:

image

Will be rendered as:

image

v2.7.1

26 May 10:09
@pi0 pi0
Compare
Choose a tag to compare

Bug Fixes

  • browser: hide : with tag and normal log (8250d5a)