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

Changelog History
Page 6

  • v3.3.0-beta.2 Changes

    January 18, 2021

    ๐Ÿ› Bug Fixes

    • โž• add more filtering for empty lines (8bc1671)
    • ๐Ÿ›  some fixes for truncation and word wrapping (18c279a)
    • โšก๏ธ update truncating and word wrap column thingies (f8662b9)
  • v3.3.0-beta.1 Changes

    January 17, 2021

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• added rollback stuff (d80c060)
  • v3.2.3 Changes

    November 26, 2020

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update deps and fix typescript resolve (836b8fd)
  • v3.2.2 Changes

    October 26, 2020

    ๐Ÿ› Bug Fixes

    • prompt: update task wrapper as this requirement for external use (f0c0146)
  • v3.2.1 Changes

    October 24, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘Œ improve tests and disable the unnecassary cases (929a616)
  • v3.2.0 Changes

    October 24, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fixed a tiny bug with newlistr (51e4071)

    ๐Ÿ”‹ Features

    • ๐Ÿ’… Implemented some jsdoc style docs (788fb99), closes #172
  • v3.1.1 Changes

    September 22, 2020

    ๐Ÿ› Bug Fixes

    • prompt: make prompt outside used (2a61ac8)
    • prompt: reenabled external use (2408aa1)
  • v3.1.0 Changes

    September 20, 2020

    ๐Ÿ› Bug Fixes

    • prompt: prompt.submit instead of prompt.cancel to not throw error (b758dac)
    • trying for adding skip functionality to prompt (71924c9), closes #173
    • trying for fix (79ba2bb)
    • deps: update dependency rxjs to 6.6.3 (6664562)

    ๐Ÿ”‹ Features

    • ๐Ÿ’… code style for cancel prompt (4737669), closes #173
  • v3.0.1 Changes

    September 05, 2020

    ๐Ÿ› Bug Fixes

    • 0๏ธโƒฃ default-renderer: added some fixes to swallowing error output in collapseErrors: [secure] mode and showErrorMessage (b0c2bb7)
  • v3.0.0 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.