- Trim messages to fit console width
- Attempts to handle console resizes
- Fixed race conditions: Dynamic updates safe
Added UpdateMessage(string) Handle ctrl-c interrupts Added SetAbortMessage(string) to set message shown on ctrl-c Updated documentation
Made message for New/NewSpinner optional Start() now takes an optional message Removed Restart() Use '>' as defualt success symbol on Windows Use '!' as defualt error symbol on Windows
Issue warning if attempting to stop a non-running spinner
Added custom Sussess/Error functions: Successf() and Error()
Initial Release