Consola Versions Save

🐨 Elegant Console Logger for Node.js and Browser

v2.12.0

4 years ago

Features

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

v2.11.3

4 years ago

Bug Fixes

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

v2.11.1

4 years ago

v2.11.2

4 years ago

Bug Fixes

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

v2.10.1

4 years ago
  • docs: mention importing from src
  • distribute src folder on npm (#51)

v2.11.0

4 years ago

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.0

4 years ago

Bug Fixes

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

Features

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

v2.9.0

4 years ago

Count repeated times before the next log (197a6b3)

image

v2.8.0

4 years ago

DX

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

This:

image

Will be rendered as:

image

v2.7.1

4 years ago

Bug Fixes

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