All Versions
108
Latest Version
Avg Release Cycle
20 days
Latest Release
739 days ago

Changelog History
Page 7

  • v3.0.0-beta.1 Changes

    September 04, 2020

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ default-renderer: added collapse errors changed the renderer a bit (514fc87), closes #163

    ๐ŸŽ Performance Improvements

    • ๐Ÿ”„ changed last rendering method (bd38146)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿš€ Tests might break with this release, if they directly rely on default-renderer. Especially the snapshot testing will get hit.

    • 0๏ธโƒฃ default-renderer now utilizes different EOL depending on the platform.

    • โšก๏ธ The last rendering method has been changed therefore it will leave a empty line before doing the last render which is the log-update clean functionallity, before writing it with process.stdout.

    • โœ… Outputted data now gets better trimmed which might cause testing to not match.

    • More consistent spacing is introduced for rendering the subtasks, bottom bar and the prompt bar.

    • โœ… error-collection was not working as expected but it might now cause some tests to fail.

    โœ… Overall there are no breaking changes introduced to the code directly but it might cause the tests which rely on default-renderer, since the rendering method is almost completely revised.

  • v2.6.2 Changes

    August 29, 2020

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ default-renderer: timer with title change (6cf1eec)
  • v2.6.1 Changes

    August 27, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ†• new version for replicate.npmjs (09dcb9c)
  • v2.6.0 Changes

    August 16, 2020

    ๐Ÿ› Bug Fixes

    • keep persistent output on error (de7e661)

    ๐Ÿ”‹ Features

    • listr: accessing parent task (544a130), closes #141
    • isolated error and skip messages (5b8735d)
    • 0๏ธโƒฃ default-renderer: added timer to renderer (4b8d757)
  • v2.5.1 Changes

    August 10, 2020

    ๐Ÿ› Bug Fixes

    • prompt: fixed an issue with one prompt not returning default (375a441)
  • v2.5.0 Changes

    August 10, 2020

    ๐Ÿ› Bug Fixes

    • deps: update dependency rxjs to 6.6.2 (5175991)
    • prompt: enquirer custom prompts (6317ec6)

    ๐Ÿ”‹ Features

    • renderer: added disable color and enable silent renderer via options (74f91c2)
  • v2.4.1 Changes

    July 29, 2020

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ default-renderer: added a tiny fix when persistent bottom bar is enabled and task is skipped (d6a25a8)
  • v2.4.0 Changes

    July 27, 2020

    ๐Ÿ› Bug Fixes

    • deps: removed bundle of rxjs (a103acb)
    • rxjs: retry for rxjs export with webpack (ac537e5)

    ๐Ÿ”‹ Features

    • ๐Ÿ— build: bundle rxjs with webpack, reduce total bundle size, since i started to use this everywhere (4cc922a)

    โช Reverts

  • v2.4.0-beta.3 Changes

    July 27, 2020

    ๐Ÿ› Bug Fixes

    • deps: removed bundle of rxjs (a103acb)

    โช Reverts

  • v2.4.0-beta.2 Changes

    July 27, 2020

    ๐Ÿ› Bug Fixes

    • rxjs: retry for rxjs export with webpack (ac537e5)