console-ui
Version:
common interface for abstracting a console ui
108 lines (66 loc) • 3.98 kB
Markdown
## v3.1.2 (2020-11-03)
#### :bug: Bug Fix
* [#125](https://github.com/ember-cli/console-ui/pull/125) Spinner should respect errorStream option ([@ef4](https://github.com/ef4))
#### Committers: 1
- Edward Faulkner ([@ef4](https://github.com/ef4))
## v3.1.1 (2019-06-27)
#### :bug: Bug Fix
* [#80](https://github.com/ember-cli/console-ui/pull/80) Fix `TypeError: Cannot read property stack of undefined` ([@astronomersiva](https://github.com/astronomersiva))
#### Committers: 1
- Sivasubramanyam A ([@astronomersiva](https://github.com/astronomersiva))
## v3.1.0 (2019-06-10)
#### :rocket: Enhancement
* [#77](https://github.com/ember-cli/console-ui/pull/77) add ui.writeErrorLine ([@stefanpenner](https://github.com/stefanpenner))
#### Committers: 1
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
## v3.0.4 (2019-05-02)
#### :bug: Bug Fix
* Fix spinner toggling
## v3.0.3 (2019-05-02)
#### :bug: Bug Fix
* [#75](https://github.com/ember-cli/console-ui/pull/75) Ensure we resume an active spinner after we write or writeLine ([@stefanpenner](https://github.com/stefanpenner))
#### Committers: 1
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
## v3.0.2 (2019-04-03)
#### :bug: Bug Fix
* [#68](https://github.com/ember-cli/console-ui/pull/68) [fix] fixes an issue with through2 not returning the stream by calling async callback ([@gabrielcsapo](https://github.com/gabrielcsapo))
#### Committers: 1
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
## v3.0.1 (2019-03-29)
#### :rocket: Enhancement
* [#65](https://github.com/ember-cli/console-ui/pull/65) [feature] use through2 instead of through ([@gabrielcsapo](https://github.com/gabrielcsapo))
#### Committers: 1
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
## v3.0.0 (2019-01-08)
#### :boom: Breaking Change
* [#51](https://github.com/ember-cli/console-ui/pull/51) chore(ci): Drop Node 4 support. ([@rwjblue](https://github.com/rwjblue))
#### :rocket: Enhancement
* [#56](https://github.com/ember-cli/console-ui/pull/56) Add lerna-changelog for changelog generation. ([@rwjblue](https://github.com/rwjblue))
#### :house: Internal
* [#54](https://github.com/ember-cli/console-ui/pull/54) chore(ci): Migrate to using Yarn. ([@rwjblue](https://github.com/rwjblue))
* [#53](https://github.com/ember-cli/console-ui/pull/53) chore(ES6): Refactor to ES Classes ([@rwjblue](https://github.com/rwjblue))
* [#52](https://github.com/ember-cli/console-ui/pull/52) chore(deps): Remove user-info dependency. ([@rwjblue](https://github.com/rwjblue))
#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
## v2.2.3 (2019-01-04)
#### :rocket: Enhancement
* [#49](https://github.com/ember-cli/console-ui/pull/49) Ensure error.code is preserved from build errors ([@stefanpenner](https://github.com/stefanpenner))
#### :memo: Documentation
* [#32](https://github.com/ember-cli/console-ui/pull/32) Fix typo ([@quajo](https://github.com/quajo))
#### :house: Internal
* [#47](https://github.com/ember-cli/console-ui/pull/47) TravisCI: Remove deprecated `sudo: false` option ([@Turbo87](https://github.com/Turbo87))
#### Committers: 4
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
- Selase Krakani ([@quajo](https://github.com/quajo))
- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v2.2.2 (2018-02-22)
#### :bug: Bug Fix
* [#30](https://github.com/ember-cli/console-ui/pull/30) Revert "fix(package): update inquirer to version 5.0.0" ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
## v2.2.0 (2018-02-21)
#### :rocket: Enhancement
* [#28](https://github.com/ember-cli/console-ui/pull/28) Print error details directly in CI mode ([@Turbo87](https://github.com/Turbo87))
#### Committers: 1
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))