Skip to content

Releases: sindresorhus/ora

v4.0.3

13 Nov 10:24
Compare
Choose a tag to compare
  • Fix discardStdin option (#135) a4b2253
    It's now also a noop on Windows as it turns out it's impossible to reliably discard stdin there without affecting other things.

v4.0.2...v4.0.3

v4.0.2

29 Sep 05:23
Compare
Choose a tag to compare
  • Fix handling of Ctrl+C on spinners beyond first one (#131) 17761e9

v4.0.1...v4.0.2

v4.0.1

23 Sep 08:58
Compare
Choose a tag to compare
  • Set the correct interval when changing spinner by name (#128) 4a8cd09

v4.0.0...v4.0.1

v4.0.0

22 Sep 09:01
Compare
Choose a tag to compare

Breaking

  • Require Node.js 8 6459090
  • Discard stdin by default (#112) b1f140b
    This prevents the spinner from twitching on input, outputting broken lines on Enter key presses, and prevents buffering of input while the spinner is running.

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition
    You need to change import ora from 'ora'; to import ora = require('ora');

Fixes

  • Set the correct interval when changing spinner (#125) ad324dc
  • Hide prefixText when it's an empty string (#124) 8bcde17
  • Fix Typescript definition for the frame method (#126) b653b5a

v3.4.0...v4.0.0

v3.4.0

03 Apr 05:11
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#107) 115735a

v3.3.1...v3.4.0

v3.3.1

02 Apr 19:51
Compare
Choose a tag to compare
  • Fix regression with stopAndPersist output (#106) 63eb1e9

v3.3.0...v3.3.1

v3.3.0

02 Apr 07:26
Compare
Choose a tag to compare

v3.2.0...v3.3.0

v3.2.0

02 Mar 19:29
Compare
Choose a tag to compare

v3.1.0...v3.2.0

v3.1.0

11 Feb 05:24
Compare
Choose a tag to compare

v3.0.0...v3.1.0

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