Spinnies Versions Save

Node.js module to create and manage multiple spinners in command-line interface programs

0.5.1

4 years ago

Fixed

0.5.0

4 years ago

Added

0.4.3

4 years ago

Fixed

0.4.2

4 years ago

Fixed

  • Fix line breaks when a custom succeedPrefix/failPrefix is provided

0.4.1

4 years ago

Fixed

  • Properly add line breaks in spinner texts when it has '\n' characters

0.4.0

4 years ago

Fixed

Added

  • Add succeedPrefix and failPrefix (#8). Thanks @RedDuckss!

Changed

Removed

0.3.2

4 years ago

Fixed

  • Print last stream without breaking lines manually

0.3.1

4 years ago

Fixed

0.3.0

4 years ago

Fixed

  • Fix typo when assigning default spinner for win32 platform.

Added

  • Add status argument to stopAll() method.

0.2.0

4 years ago

Fixed

  • Fix cursor position in clearStream function.

Added

  • Add new spinner for win32 platform.
  • Add non-tty/CI stream mode.

Removed

  • Remove enter key binds.