v0.2.0
Breaking Changes
print now accepts a message string and an optional MessageAwaitOptions object:
print(`Loading`, { spinner: true, format: chalk.blue, hideCursor: true });New Features
By default the console cursor is hidden to make the spinner and message updates smoother