Spinoff Versions Save

💫 Easy to use, robust Rust library for displaying spinners in the terminal

v0.8.0

9 months ago

What's Changed

  • Spinner instances can now be locked between mutexes and shared between threads

v0.7.0

1 year ago

What's Changed

  • Features introduced in place of the spinner enum
  • Users can now create their own spinners
  • Added spinner segment to readme
  • Changed documentation

Full Changelog: https://github.com/ad4mx/spinoff/compare/v0.6.0...v0.7.0

v0.6.0

1 year ago

What's Changed

  • update_after_time added (#12)
  • new spinner variant - cute (#9)
  • various formatting changes

v0.5.4

1 year ago

What's Changed

Full Changelog: https://github.com/ad4mx/spinoff/compare/v0.5.3...v0.5.4

v0.5.3

1 year ago

What's new

  • Fixed whitespace bug

v0.5.2

1 year ago

What's new

  • Internal code fixes and changes
  • Functions don't accept a &'static str anymore, but a &str

v0.5.1

1 year ago

What's new

  • New update_text function added, works like update, but only limited to text
  • Documentation added for update_text
  • Changed code examples in the readme

v0.5.0

1 year ago

What's Changed

  • New ::new_with_stream function has been added to give users more control over output
  • New example has been added to illustrate use of the ::new_with_stream function

v0.4.0

1 year ago

What's new

  • No need for using Some(Color) anymore thanks to a generic type
  • Improved documentation
  • Calling .fail() now prints to stderr instead of stdout

Full Changelog: https://github.com/ad4mx/spinoff/compare/v0.3.0...v0.4.0

v0.3.0

1 year ago

What's new

  • More colors added to the Color enum
  • Better documentation examples
  • Better README.md styling
  • More comments

Full Changelog: https://github.com/ad4mx/spinoff/compare/v0.2.0...v0.3.0