-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f139552
commit 3d0d125
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Version History [![Changelog Status](https://changelogs.md/img/changelog-check-green.svg)](https://changelogs.md/github/nathanpeck/clui/) | ||
|
||
### [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 | ||
|