mirror of
https://github.com/n3w/helpers-functions-cli.git
synced 2025-12-19 12:43:22 +00:00
Updated README and CHANGELOG for 1.1.8 release
This commit is contained in:
parent
0807b58647
commit
ace7c68ed6
2 changed files with 22 additions and 17 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -3,7 +3,11 @@
|
|||
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**
|
||||
## [1.1.8][]
|
||||
#### Changed
|
||||
- Updated `manpage()` to work with `pointybeard/helpers-cli-input` 1.2
|
||||
- Using v1.2.x of `pointybeard/helpers-cli-input`
|
||||
- Updated version constraints in `composer.json`
|
||||
|
||||
## [1.1.7][]
|
||||
#### Added
|
||||
|
|
@ -22,11 +26,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
## [1.1.4][]
|
||||
#### Changed
|
||||
- Refactoring of `manpage()` to hide 'Options' and/or 'Arguments' if there are none to show.
|
||||
- Refactoring of `manpage()` to hide 'Options' and/or 'Arguments' if there are none to show
|
||||
|
||||
## [1.1.3][]
|
||||
#### Changed
|
||||
- Updated `manpage()` to include `foregroundColour`, `headingColour`, and `additional` arguments. Removed `example` argument in favour of including it inside `additional`.
|
||||
- Updated `manpage()` to include `foregroundColour`, `headingColour`, and `additional` arguments. Removed `example` argument in favour of including it inside `additional`
|
||||
- Added `pointybeard/helpers-cli-colour` composer package
|
||||
|
||||
## [1.1.2][]
|
||||
|
|
@ -49,7 +53,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
#### Added
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.6...integration
|
||||
[1.1.8]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.7...1.1.8
|
||||
[1.1.7]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.6...1.1.7
|
||||
[1.1.6]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.5...1.1.6
|
||||
[1.1.5]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.4...1.1.5
|
||||
[1.1.4]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.3...1.1.4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue