mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Updated README, composer.json, and CHANGELOG for 1.0.2 release
This commit is contained in:
parent
25f3fb8014
commit
6e987bb4eb
3 changed files with 14 additions and 9 deletions
|
|
@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
**View all [Unreleased][] changes here**
|
||||
|
||||
## [1.0.2][]
|
||||
#### Fixed
|
||||
- Fixed `InputCollection::getArgumentsByIndex()` so it returns NULL if the index does not exist instead of throwing an E_NOTICE message
|
||||
|
||||
## [1.0.1][]
|
||||
#### Changed
|
||||
- Updated example to use `Cli\manpage()` provided by the `pointybeard/helpers-functions-cli` package
|
||||
|
|
@ -13,5 +17,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
#### Added
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.1...integration
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.2...integration
|
||||
[1.0.2]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.1...1.0.2
|
||||
[1.0.1]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.0...1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue