npm ora 6.0.0

latest releases: 8.1.0, 8.0.1, 8.0.0...
3 years ago

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

Don't miss a new ora release

NewReleases is sending notifications on new releases.