Progress bar now can print percentage progressBars when passing in a single value in update().
Progress and Gauge bars will also show the correct length when value/currentValue is <= 0. Updated examples to include new clear() function. Spinner will clear the line after each draw loop so that shorter update messages will render correctly.
Added new clear() function to CLI. Used to cleanly clear the screen and reduce flickering.
Updated incorrect method signature from 'update' to 'message' in the Spinner example.
Updated README.md with some missing/incorrect dependency references for cli-color and clui.
Adding Line.contents() for fetching the contents of a line as a string.
Fixed a crash caused by inability to locate the required trim helper in the latest version of cli-color. (And locked down the version of the cli-color dependency to stop this from ever happening again.)
Removed lodash as a dependency in favor of vanilla JS, to keep installs faster and smaller than ever.
Initial release