Releases: jbcarpanelli/spinnies
Releases · jbcarpanelli/spinnies
v0.5.1
Fixed
- Fix typo on
isCursorHidden
call (#20). Thanks @noriyotcp!
v0.5.0
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
v0.4.2
Fixed
- Fix line breaks when a custom
succeedPrefix
/failPrefix
is provided
v0.4.1
Fixed
- Properly add line breaks in spinner texts when it has '\n' characters
v0.4.0
Fixed
- Fix Windows default spinner and prefix (#8). Thanks @RedDuckss!
- Strip ANSI escape codes before cleaning the stream (574a1eb)
Added
- Add
succeedPrefix
andfailPrefix
(#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
Fixed
- Print last stream without breaking lines manually
v0.3.1
v0.3.0
Fixed
- Fix typo when assigning default spinner for
win32
platform.
Added
- Add
status
argument tostopAll()
method.
v0.2.0
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.