Skip to content

Releases: sindresorhus/ora

v3.0.0

17 Jul 21:38
Compare
Choose a tag to compare

Breaking changes:

  • Require Node.js 6 17c1a29
  • Rename the enabled option to isEnabled fc5c660
  • Ora should still output text when not iEnabled d1f8d85

Fixes:

  • Don't call stream TTY methods on streams that are not TTYs 3c24df2

v2.1.0...v3.0.0

v2.0.0

22 Feb 03:32
Compare
Choose a tag to compare
  • [Breaking] You can no longer specify a string in the .stopAndPersist() method. Specify an options object instead. 210bfb0
  • Now correctly clears wrapped lines. (This is only a breaking change if you worked around the bug before) 4df5d19
  • Added a hideCursor option. 4df5d19

v1.4.0...v2.0.0