Skip to content
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 152 commits into from
Apr 7, 2023
Merged

Beta #666

merged 152 commits into from
Apr 7, 2023

Conversation

cenk1cenk2
Copy link
Collaborator

No description provided.

cenk1cenk2 and others added 30 commits September 18, 2021 17:49
# [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.
cenk1cenk2 and others added 26 commits April 5, 2023 19:45
# [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))
@cenk1cenk2 cenk1cenk2 merged commit 24b5f2a into master Apr 7, 2023
@cenk1cenk2 cenk1cenk2 deleted the beta branch April 7, 2023 15:07
@cenk1cenk2
Copy link
Collaborator Author

🎉 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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants