Progress bar now can print percentage progressBars when passing in a single value in update().
0.3.5
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.
0.3.4
Added new clear() function to CLI. Used to cleanly clear the screen and reduce flickering.
0.3.3
Updated incorrect method signature from 'update' to 'message' in the Spinner example.
0.3.2
Updated README.md with some missing/incorrect dependency references for cli-color and clui.
0.3.1
Adding Line.contents() for fetching the contents of a line as a string.