Releases: sindresorhus/ora
Releases · sindresorhus/ora
v6.1.1
v6.1.0
- Expose the spinner
interval
as a getter 447812b - Internal refactoring. If you use any undocumented properties, this may break for you.
v6.0.1
- Upgrade dependencies 26ba606
v6.0.0
Breaking
- Require Node.js 12.20 ede1a54
- This package is now pure ESM. Please read this.
ora.promise
is now a named import calledoraPromise
(#181) 9c01990import {oraPromise} from 'ora';
oraPromise
now returns the given promise instead ofthis
(#181) 9c01990- This lets you await it directly, which is more useful than chaining.
Improvements
v5.4.1
v5.4.0
- Improve detection for terminals supporting Unicode c884e0d