Skip to content

v6.1.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 05 Oct 04:51
· 20 commits to main since this release
  • 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