Skip to content

v0.2.0

Choose a tag to compare

@Roaders Roaders released this 07 Jun 05:10
· 15 commits to master since this release

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