Changelog History
Page 6
-
v3.3.0-beta.2 Changes
January 18, 2021 -
v3.3.0-beta.1 Changes
January 17, 2021 -
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 -
v3.1.1 Changes
September 22, 2020 -
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
๐ 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.