1 |
3a515b92
|
cagy
|
# Change Log
|
2 |
|
|
|
3 |
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4 |
|
|
|
5 |
|
|
<a name="4.1.0"></a>
|
6 |
|
|
# [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
|
7 |
|
|
|
8 |
|
|
|
9 |
|
|
### Features
|
10 |
|
|
|
11 |
|
|
* add resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.com/yargs/cliui/commit/7246902))
|
12 |
|
|
|
13 |
|
|
|
14 |
|
|
|
15 |
|
|
<a name="4.0.0"></a>
|
16 |
|
|
# [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)
|
17 |
|
|
|
18 |
|
|
|
19 |
|
|
### Bug Fixes
|
20 |
|
|
|
21 |
|
|
* downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.com/yargs/cliui/commit/5764c46))
|
22 |
|
|
* set env variable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.com/yargs/cliui/commit/7350e36))
|
23 |
|
|
|
24 |
|
|
|
25 |
|
|
### Chores
|
26 |
|
|
|
27 |
|
|
* drop support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.com/yargs/cliui/commit/b105376))
|
28 |
|
|
|
29 |
|
|
|
30 |
|
|
### Features
|
31 |
|
|
|
32 |
|
|
* add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.com/yargs/cliui/commit/d064922))
|
33 |
|
|
|
34 |
|
|
|
35 |
|
|
### BREAKING CHANGES
|
36 |
|
|
|
37 |
|
|
* officially drop support for Node < 4
|
38 |
|
|
|
39 |
|
|
|
40 |
|
|
|
41 |
|
|
<a name="3.2.0"></a>
|
42 |
|
|
# [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)
|
43 |
|
|
|
44 |
|
|
|
45 |
|
|
### Bug Fixes
|
46 |
|
|
|
47 |
|
|
* reduces tarball size ([acc6c33](https://github.com/yargs/cliui/commit/acc6c33))
|
48 |
|
|
|
49 |
|
|
### Features
|
50 |
|
|
|
51 |
|
|
* adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff84e32))
|