-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changelog before initial release (#24)
- Loading branch information
҈҈҈Luiz Branco
authored
Nov 16, 2017
1 parent
ab0f0c6
commit 6d436aa
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 @@ | ||
# CHANGELOG | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## Unreleased | ||
|
||
## [0.1.0] - 2017-11-16 | ||
|
||
### Added | ||
|
||
- extract `promptui` from [torus](https://github.com/manifoldco/torus-cli) as a | ||
standalone lib. | ||
- `promptui.Prompt` provides a single input line to capture user information. | ||
- `promptui.Select` provides a list of options to choose from. Users can | ||
navigate through the list either one item at time or by pagination |