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