Skip to content

Releases: sindresorhus/boxen

v7.1.1

04 Jul 11:17
Compare
Choose a tag to compare

v7.1.0...v7.1.1

v7.1.0

07 May 06:06
Compare
Choose a tag to compare

v7.0.2...v7.1.0

v7.0.2

03 Mar 14:56
Compare
Choose a tag to compare

v7.0.1...v7.0.2

v7.0.1

20 Dec 18:58
Compare
Choose a tag to compare
  • Use newline as line separator in all cases (#81) a94569b

v7.0.0...v7.0.1

v7.0.0

13 Jun 08:06
Compare
Choose a tag to compare

Breaking

Improvements

v6.2.1...v7.0.0

v6.2.1

12 Oct 08:12
Compare
Choose a tag to compare

v6.2.0...v6.2.1

v6.2.0

07 Oct 10:04
Compare
Choose a tag to compare

v6.1.0

05 Oct 04:51
Compare
Choose a tag to compare
  • Change the borderStyle option in a backwards-compatible way (#69) ee66420
    While not required, we encourage you to move to this new format:
 {
 	topLeft: '+',
 	topRight: '+',
 	bottomLeft: '+',
 	bottomRight: '+',
-	horizontal: '-',
-	vertical: '|',
+	top: '-',
+	bottom: '-',
+	left: '|',
+	right: '|',
 }

v6.0.0...v6.1.0

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