Releases: sindresorhus/boxen
Releases · sindresorhus/boxen
v8.0.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Breaking
Improvements
v7.1.1...v8.0.0
v7.1.1
Compare
Sorry, something went wrong.
No results found
v7.1.0
Compare
Sorry, something went wrong.
No results found
v7.0.2
Compare
Sorry, something went wrong.
No results found
v7.0.1
Compare
Sorry, something went wrong.
No results found
Use newline as line separator in all cases (#81 ) a94569b
v7.0.0...v7.0.1
v7.0.0
Compare
Sorry, something went wrong.
No results found
Breaking
Improvements
v6.2.1...v7.0.0
v6.2.1
Compare
Sorry, something went wrong.
No results found
v6.2.0
Compare
Sorry, something went wrong.
No results found
v6.1.0
Compare
Sorry, something went wrong.
No results found
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