-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
bfb71b8
commit 7b157f9
Showing
1 changed file
with
44 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,44 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog], | ||
and this project adheres to [Semantic Versioning]. | ||
|
||
## [0.1.1] - 2020-11-21 | ||
|
||
## [0.1.0] - 2020-08-25 | ||
|
||
### Features | ||
|
||
- add is_interactive ([`0554bb7`]) | ||
|
||
## [0.0.3] - 2020-08-25 | ||
|
||
### Features | ||
|
||
- ansi regex & escape ([`d0fe042`]) | ||
|
||
## [0.0.2] - 2020-08-25 | ||
|
||
### Features | ||
|
||
- add wcwidth ([`62265b0`]) | ||
|
||
## [0.0.1] - 2020-08-25 | ||
|
||
### Features | ||
|
||
- initial release ([`b22b4fe`]) | ||
|
||
[keep a changelog]: https://keepachangelog.com/en/1.0.0/ | ||
[semantic versioning]: https://semver.org/spec/v2.0.0.html | ||
[0.1.1]: https://github.com/denosaurs/tty/compare/0.1.0...0.1.1 | ||
[0.1.0]: https://github.com/denosaurs/tty/compare/0.0.3...0.1.0 | ||
[`0554bb7`]: https://github.com/denosaurs/tty/commit/0554bb7739d3de424bfaa5b793e002e8f72cf0d2 | ||
[0.0.3]: https://github.com/denosaurs/tty/compare/0.0.2...0.0.3 | ||
[`d0fe042`]: https://github.com/denosaurs/tty/commit/d0fe042e068ebb234cb2526c916093b0b7b5578e | ||
[0.0.2]: https://github.com/denosaurs/tty/compare/0.0.1...0.0.2 | ||
[`62265b0`]: https://github.com/denosaurs/tty/commit/62265b01fda55309d2e21525dad94e28083eee6e | ||
[0.0.1]: https://github.com/denosaurs/tty/compare/0.0.1 | ||
[`b22b4fe`]: https://github.com/denosaurs/tty/commit/b22b4fe732b48231d7d8bc0425d2af75e1c8d717 |