Releases: jbcarpanelli/spinnies
Releases · jbcarpanelli/spinnies
v0.1.3
Fixed
- Fix cursor position jump in
stopAll
method.
Added
- Add ability to enable/disable pressing the
enter
(\n
,\r
) key through thepreventLineBreaks
option.
Changed
- Change package name, description and author info
v0.1.2
Fixed
- Fix cursor position in
clearStream
function.
v0.1.1
Fixed
- Forbid the ability to press the
enter
key and thus move thestdout
cursor.
v0.1.0
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
andfail
methods).
Changed
- Changed MultiSpinner object to a regular class.
- Changed spinners array to an object.
v0.0.1
Update readme