Skip to content

Releases: sindresorhus/boxen

v8.0.1

Choose a tag to compare

@sindresorhus sindresorhus released this 05 Aug 11:05
  • 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

Choose a tag to compare

@sindresorhus sindresorhus released this 13 Jul 22:32

Breaking

Improvements

v7.1.1...v8.0.0

v7.1.1

Choose a tag to compare

@sindresorhus sindresorhus released this 04 Jul 11:17

v7.1.0...v7.1.1

v7.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 07 May 06:06

v7.0.2...v7.1.0

v7.0.2

Choose a tag to compare

@sindresorhus sindresorhus released this 03 Mar 14:56

v7.0.1...v7.0.2

v7.0.1

Choose a tag to compare

@sindresorhus sindresorhus released this 20 Dec 18:58
  • Use newline as line separator in all cases (#81) a94569b

v7.0.0...v7.0.1

v7.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 13 Jun 08:06

Breaking

Improvements

v6.2.1...v7.0.0

v6.2.1

Choose a tag to compare

@sindresorhus sindresorhus released this 12 Oct 08:12

v6.2.0...v6.2.1

v6.2.0

Choose a tag to compare

@sindresorhus sindresorhus released this 07 Oct 10:04

v6.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 05 Oct 04:51
  • 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