-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beta #666
Merged
Merged
Beta #666
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [5.1.0-beta.1](v5.0.8...v5.1.0-beta.1) (2023-03-11) ### Features * ditch rxjs completely and use event emitter based approach ([213bc76](213bc76))
# [5.1.0-beta.2](v5.1.0-beta.1...v5.1.0-beta.2) (2023-03-11) ### Bug Fixes * expose colorrette and some more utils ([d9e0812](d9e0812))
BREAKING CHANGE: State names has been changed, which might break backwards compatability.
…enderers fix: #651, fix: #646, fix: #613 BREAKING CHANGE: This completely breaks old behavior with the renderers, even the basic parameters are changed. Now the renderers for things like timer and timestamps takes in pluggable components through the shared constants, which makes them user configurable. The logger interface and logger itself has changed to handle all the common cases for any kind of renderer, eventhough it does not use all of them at the same time. This is a big change that might make the user checkout the new README.
Everything that exposed before is still exposed, but now it exposes more.
# [6.0.0-beta.1](v5.1.0-beta.2...v6.0.0-beta.1) (2023-03-13) ### Bug Fixes * comply with breaking changes on types ([23d1855](23d1855)) * update dependencies and configuration ([ee07b2a](ee07b2a)) ### Features * adds new test renderer ([6098586](6098586)) ### Performance Improvements * change the exposed API of the application ([513ed76](513ed76)) * changes and reuses logger component and pluggable plugins for renderers ([cbf668c](cbf668c)), closes [#651](#651) [#646](#646) [#613](#613) * **constants:** changes names of listr states ([cf9c19d](cf9c19d)) ### BREAKING CHANGES * This completely breaks old behavior with the renderers, even the basic parameters are changed. Now the renderers for things like timer and timestamps takes in pluggable components through the shared constants, which makes them user configurable. The logger interface and logger itself has changed to handle all the common cases for any kind of renderer, eventhough it does not use all of them at the same time. This is a big change that might make the user checkout the new README. * **constants:** State names has been changed, which might break backwards compatability.
…onstantly creating objects
# [6.0.0-beta.14](v6.0.0-beta.13...v6.0.0-beta.14) (2023-04-05) ### Features * expose path from task directly ([5c393d0](5c393d0)) ### Performance Improvements * change naming scheme for renderer tasks to make it singular ([cbcdfe2](cbcdfe2)) * update how test renderer logs and use a serializer instead of constantly creating objects ([5859ac4](5859ac4))
# [6.0.0-beta.15](v6.0.0-beta.14...v6.0.0-beta.15) (2023-04-05) ### Bug Fixes * move wrong dependency type to dev ([d93f135](d93f135))
# [6.0.0-beta.16](v6.0.0-beta.15...v6.0.0-beta.16) (2023-04-06) ### Bug Fixes * refactor some of the api for work ([4bce0c0](4bce0c0))
BREAKING CHANGE: renames default renderer options `collapse` to `collapseSubtasks`
# [6.0.0-beta.17](v6.0.0-beta.16...v6.0.0-beta.17) (2023-04-06) ### Bug Fixes * update logger to be more flexible ([3b76139](3b76139)) * update option name ([9ddfea3](9ddfea3)) ### Performance Improvements * rename field ([aa831bd](aa831bd)) ### BREAKING CHANGES * renames default renderer options `collapse` to `collapseSubtasks`
# [6.0.0-beta.18](v6.0.0-beta.17...v6.0.0-beta.18) (2023-04-06) ### Bug Fixes * update jsdocs, change default renderer option ([2d99b67](2d99b67)) ### Performance Improvements * handle prompts properly, rename loglevels to listrloglevels ([73cad76](73cad76))
# [6.0.0-beta.19](v6.0.0-beta.18...v6.0.0-beta.19) (2023-04-07) ### Performance Improvements * update how logger is implemented and injected ([3146082](3146082))
🎉 This PR is included in version 6.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.