Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 846 Bytes

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 846 Bytes

Version History Changelog Status

[0.3.2] - 2017-6-12

Updated README.md with some missing/incorrect dependency references for cli-color and clui. Updated incorrect method signature from 'update' to 'message' in the Spinner example.

[0.3.1] - 2014-10-08

Adding Line.contents() for fetching the contents of a line as a string.

[0.2.0] - 2014-06-02

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.)

[0.2.1] - 2014-06-02

Removed lodash as a dependency in favor of vanilla JS, to keep installs faster and smaller than ever.

[0.1.0] - 2014-04-06

Initial release