boxen v4.0.0 Release Notes

Release Date: 2019-05-29 // almost 5 years ago
  • ๐Ÿ’ฅ Breaking:

    • Require Node.js 8 2e99867
    • ๐Ÿ’… Rename box style single-double to singleDouble
    • ๐Ÿ’… Rename box style double-single to doubleSingle

    ๐Ÿ’ฅ Breaking for TypeScript users:

    • Only use a CommonJS export for the TypeScript definition
      • You need to change import boxen from 'boxen'; to import boxen = require('boxen');

    โœจ Enhancements:

    • โž• Add bold box style
    • โฌ†๏ธ Upgrade dependencies 2e99867

    v3.2.0...v4.0.0