Skip to content

Releases: jbcarpanelli/spinnies

v0.1.3

22 May 00:16
Compare
Choose a tag to compare

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

v0.1.2

21 May 14:30
Compare
Choose a tag to compare

Fixed

  • Fix cursor position in clearStream function.

v0.1.1

21 May 02:47
Compare
Choose a tag to compare

Fixed

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

v0.1.0

20 May 20:07
Compare
Choose a tag to compare

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.

v0.0.1

17 May 15:04
Compare
Choose a tag to compare
Update readme