chalk v4.1.0 Release Notes

Release Date: 2020-06-09 // almost 4 years ago

Previous changes from v4.0.0

  • ๐Ÿ’ฅ Breaking

    • Require Node.js 10 61999a4
    • ๐Ÿ”„ Change the Level TypeScript type to be a union instead of enum f0f4638

      -if (chalk.level > Level.None) {}+if (chalk.level > 0) {}

    ๐Ÿ‘Œ Improvements

    • Use Object.setPrototypeOf as __proto__ could potentially be disabled (#387) 63469d3

    v3.0.0...v4.0.0