UNPKG

1.38 kBMarkdownView Raw
1## Version History [![Changelog Status](https://changelogs.md/img/changelog-check-green.svg)](https://changelogs.md/github/nathanpeck/clui/)
2
3### [0.3.6] - 2017-6-15
4
5Progress bar now can print percentage progressBars when passing in a single value in update().
6
7### [0.3.5] - 2017-6-15
8
9Progress 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.
10
11### [0.3.4] - 2017-6-15
12
13Added new clear() function to CLI. Used to cleanly clear the screen and reduce flickering.
14
15### [0.3.3] - 2017-6-13
16
17Updated incorrect method signature from 'update' to 'message' in the Spinner example.
18
19### [0.3.2] - 2017-6-12
20
21Updated README.md with some missing/incorrect dependency references for cli-color and clui.
22
23### [0.3.1] - 2014-10-08
24
25Adding Line.contents() for fetching the contents of a line as a string.
26
27### [0.2.0] - 2014-06-02
28
29Fixed 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.)
30
31### [0.2.1] - 2014-06-02
32
33Removed lodash as a dependency in favor of vanilla JS, to keep installs faster and smaller than ever.
34
35### [0.1.0] - 2014-04-06
36
37Initial release
38
\No newline at end of file