helpers-functions-cli/CHANGELOG.md

26 lines
823 B
Markdown
Raw Permalink Normal View History

2019-05-08 22:04:47 +10:00
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
**View all [Unreleased][] changes here**
2019-05-23 16:20:05 +10:00
## [1.1.1][]
#### Added
- Added `get_window_size()` function
2019-05-20 22:16:37 +10:00
## [1.1.0][]
#### Added
- Added `manpage` and `usage` functions
#### Changed
- Requiring PHP 7.2 or greater
- Including `pointybeard/helpers-cli-input`, `pointybeard/helpers-functions-strings`, and `pointybeard/helpers-functions-flags` composer packages
2019-05-08 22:04:47 +10:00
## 1.0.0
#### Added
- Initial release
2019-05-23 16:20:05 +10:00
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.1...integration
[1.1.1]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.0...1.1.1
2019-05-20 22:16:37 +10:00
[1.1.0]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.0...1.1.0