Skip to content

Releases: sindresorhus/boxen

v6.0.0

30 Sep 03:34
Compare
Choose a tag to compare

Breaking

v5.1.2...v6.0.0

v5.1.2

17 Sep 05:31
Compare
Choose a tag to compare
  • Don't trim whitespace in input text needlessly (#63) 760e247

v5.1.1...v5.1.2

v5.1.1

13 Sep 12:53
Compare
Choose a tag to compare

v5.1.0...v5.1.1

v5.1.0

12 Sep 03:31
Compare
Choose a tag to compare
  • Add title and titleAlignment options (#59) c50dad6

v5.0.1...v5.1.0

v5.0.1

06 Apr 09:37
Compare
Choose a tag to compare
  • Fix crashes when wrapping text containing colorized content (#52) ab25c46

v5.0.0...v5.0.1

v5.0.0

29 Dec 06:20
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 0985f4d
  • Drop the TypeScript BorderStyle enum 3ff99bd
    Just use a string literal instead, like in JavaScript.

Improvements

v4.2.0...v5.0.0

v4.2.0

06 Dec 07:43
Compare
Choose a tag to compare

v4.1.0...v4.2.0

v4.1.0

11 Jun 16:41
Compare
Choose a tag to compare

Maintenance release to update dependencies. No user-facing changes.

v4.0.0...v4.1.0

v4.0.0

29 May 15:15
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 2e99867
  • Rename box style single-double to singleDouble
  • Rename box style double-single to doubleSingle

Breaking for TypeScript users:

  • Only use a CommonJS export for the TypeScript definition
    • You need to change import boxen from 'boxen'; to import boxen = require('boxen');

Enhancements:

  • Add bold box style
  • Upgrade dependencies 2e99867

v3.2.0...v4.0.0

v3.2.0

30 Apr 12:07
Compare
Choose a tag to compare

v3.1.0...v3.2.0