Changelog History
Page 7
-
v3.0.0-beta.1 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.
-
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.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 -
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 -
v2.4.0-beta.3 Changes
July 27, 2020 -
v2.4.0-beta.2 Changes
July 27, 2020๐ Bug Fixes
- rxjs: retry for rxjs export with webpack (ac537e5)