Skip to content

Releases: sindresorhus/boxen

v8.0.1

05 Aug 11:05
Compare
Choose a tag to compare
  • Downgrade cli-boxes (#102) 3cf4ea9
    • It turned out to not be compatible with the currently targeted Node.js version.

v8.0.0...v8.0.1

v8.0.0

13 Jul 22:32
Compare
Choose a tag to compare

Breaking

Improvements

v7.1.1...v8.0.0

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