Skip to content

Releases: jbcarpanelli/spinnies

v0.5.1

13 Dec 23:32
Compare
Choose a tag to compare

Fixed

v0.5.0

25 Aug 12:12
Compare
Choose a tag to compare

Added

  • Add indent option to indent a spinner given a number of spaces (#15). Thanks @rap2hpoutre!
  • Add remove method to remove a spinner from the spinners list.

v0.4.3

02 Jul 19:54
Compare
Choose a tag to compare

Fixed

  • Use the Unicode dots animation when using a VSCode integrated terminal or Windows Terminal (#12). Thanks @MLoughry!

v0.4.2

18 Jun 22:39
Compare
Choose a tag to compare

Fixed

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

v0.4.1

18 Jun 16:39
Compare
Choose a tag to compare

Fixed

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

v0.4.0

16 Jun 18:02
Compare
Choose a tag to compare

Fixed

  • Fix Windows default spinner and prefix (#8). Thanks @RedDuckss!
  • Strip ANSI escape codes before cleaning the stream (574a1eb)

Added

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

Changed

  • Set terminal color as default text color, and avoid using chalk.white (2da89d8)

Removed

  • Remove default non-spinnable text prefix (38e6637)

v0.3.2

09 Jun 23:49
Compare
Choose a tag to compare

Fixed

  • Print last stream without breaking lines manually

v0.3.1

01 Jun 22:48
Compare
Choose a tag to compare

Fixed

  • Handle spinner frame index globally to prevent the animation from restarting.
  • Allow to override spin animation in any platform (#1).
  • Allow to import the default dots and dashes spinners.

v0.3.0

28 May 12:58
Compare
Choose a tag to compare

Fixed

  • Fix typo when assigning default spinner for win32 platform.

Added

  • Add status argument to stopAll() method.

v0.2.0

27 May 11:29
Compare
Choose a tag to compare

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.