33c042b14d469a8b274075c2c50b17070c680e10ec6b681d730f9b33d1475682a2357175fba19c3250d146d9a41f4779a9344fc68c8692ca9139a9d9f1b54c 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # Change Log
  2. 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.
  3. ## [6.0.0](https://www.github.com/yargs/cliui/compare/v5.0.0...v6.0.0) (2019-11-10)
  4. ### ⚠ BREAKING CHANGES
  5. * update deps, drop Node 6
  6. ### Code Refactoring
  7. * update deps, drop Node 6 ([62056df](https://www.github.com/yargs/cliui/commit/62056df))
  8. ## [5.0.0](https://github.com/yargs/cliui/compare/v4.1.0...v5.0.0) (2019-04-10)
  9. ### Bug Fixes
  10. * Update wrap-ansi to fix compatibility with latest versions of chalk. ([#60](https://github.com/yargs/cliui/issues/60)) ([7bf79ae](https://github.com/yargs/cliui/commit/7bf79ae))
  11. ### BREAKING CHANGES
  12. * Drop support for node < 6.
  13. <a name="4.1.0"></a>
  14. ## [4.1.0](https://github.com/yargs/cliui/compare/v4.0.0...v4.1.0) (2018-04-23)
  15. ### Features
  16. * add resetOutput method ([#57](https://github.com/yargs/cliui/issues/57)) ([7246902](https://github.com/yargs/cliui/commit/7246902))
  17. <a name="4.0.0"></a>
  18. ## [4.0.0](https://github.com/yargs/cliui/compare/v3.2.0...v4.0.0) (2017-12-18)
  19. ### Bug Fixes
  20. * downgrades strip-ansi to version 3.0.1 ([#54](https://github.com/yargs/cliui/issues/54)) ([5764c46](https://github.com/yargs/cliui/commit/5764c46))
  21. * set env variable FORCE_COLOR. ([#56](https://github.com/yargs/cliui/issues/56)) ([7350e36](https://github.com/yargs/cliui/commit/7350e36))
  22. ### Chores
  23. * drop support for node < 4 ([#53](https://github.com/yargs/cliui/issues/53)) ([b105376](https://github.com/yargs/cliui/commit/b105376))
  24. ### Features
  25. * add fallback for window width ([#45](https://github.com/yargs/cliui/issues/45)) ([d064922](https://github.com/yargs/cliui/commit/d064922))
  26. ### BREAKING CHANGES
  27. * officially drop support for Node < 4
  28. <a name="3.2.0"></a>
  29. ## [3.2.0](https://github.com/yargs/cliui/compare/v3.1.2...v3.2.0) (2016-04-11)
  30. ### Bug Fixes
  31. * reduces tarball size ([acc6c33](https://github.com/yargs/cliui/commit/acc6c33))
  32. ### Features
  33. * adds standard-version for release management ([ff84e32](https://github.com/yargs/cliui/commit/ff84e32))