Spinnies Versions Save

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

0.1.3

5 years ago

Fixed

  • Fix cursor position jump in stopAll method.

Added

  • Add ability to enable/disable pressing the enter (\n, \r) key through the preventLineBreaks option.

Changed

  • Change package name, description and author info

0.1.2

5 years ago

Fixed

  • Fix cursor position in clearStream function.

0.1.1

5 years ago

Fixed

  • Forbid the ability to press the enter key and thus move the stdout cursor.

0.1.0

5 years ago

Added

  • Added CircleCI builds.
  • Added unit tests (~99% coverage).
  • Added stopAll() method to stop all spinning spinners.
  • Added ability to set a spinner efect when constructing the spinner.

Fixed

  • Fix color properties when updating a spinner (with the update, success and fail methods).

Changed

  • Changed MultiSpinner object to a regular class.
  • Changed spinners array to an object.

0.0.1

5 years ago