Skip to content

Releases: sindresorhus/ora

v4.0.5

17 Jul 14:51
Compare
Choose a tag to compare
  • Silence Jest warning when Ora is required in a test (#150) 594865f

v4.0.4...v4.0.5

v4.0.4

21 Apr 15:03
Compare
Choose a tag to compare

v4.0.3...v4.0.4

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