All Versions
66
Latest Version
Avg Release Cycle
30 days
Latest Release
1145 days ago

Changelog History
Page 2

  • v2.11.2 Changes

    December 27, 2019

    🐛 Bug Fixes

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

    December 17, 2019
  • v2.11.0 Changes

    November 10, 2019

    🔋 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 Changes

    August 05, 2019
    • 📄 docs: mention importing from src
    • distribute src folder on npm (#51)
  • v2.10.0 Changes

    August 05, 2019

    🐛 Bug Fixes

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

    🔋 Features

    • 👌 improve typescript type definitions (#57) (80eefd8)
  • v2.9.0 Changes

    June 18, 2019

    🌲 Count repeated times before the next log (197a6b3)

    image

  • v2.8.0 Changes

    June 18, 2019

    DX

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

    This:

    image

    Will be rendered as:

    image

  • v2.7.1 Changes

    May 26, 2019

    🐛 Bug Fixes

    • 💻 browser: hide : with tag and normal log (8250d5a)
  • v2.7.0 Changes

    May 26, 2019

    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:

    image

    image

    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:

    image

    Fancy reporter

    When there is no space or terminal width is smaller than 80 characters, type and time will be hidden:

    image

    🐛 Bug Fixes

    • fancy: correctly calculate line width when using grave accent (bad52bd)

    🔋 Features

    • fancy: always hide right side on width < 80 (07d8246)
    • fancy: smart hide time and tag when there is no space (00a375f)
    • basic: improve basic logs (ea6ce59)
    • basic: hide time from basic logger as it is commonly used in CI environments (68c3bae)
    • 💻 browser: fancier logs (b64f337)
  • v2.6.2

    May 15, 2019