Skip to content

v6.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 23 Aug 21:51
· 25 commits to main since this release

Breaking

  • Require Node.js 12.20 ede1a54
  • This package is now pure ESM. Please read this.
  • ora.promise is now a named import called oraPromise (#181) 9c01990
    • import {oraPromise} from 'ora';
  • oraPromise now returns the given promise instead of this (#181) 9c01990
    • This lets you await it directly, which is more useful than chaining.

Improvements

  • Improve performance of the .clear() method (#182) d51c971

v5.4.1...v6.0.0