2019-05-20 15:08:41 +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 23:44:52 +10:00
|
|
|
## [1.0.2][]
|
|
|
|
|
#### Fixed
|
|
|
|
|
- Fixed `InputCollection::getArgumentsByIndex()` so it returns NULL if the index does not exist instead of throwing an E_NOTICE message
|
|
|
|
|
|
2019-05-20 22:39:48 +10:00
|
|
|
## [1.0.1][]
|
|
|
|
|
#### Changed
|
|
|
|
|
- Updated example to use `Cli\manpage()` provided by the `pointybeard/helpers-functions-cli` package
|
|
|
|
|
|
2019-05-20 15:08:41 +10:00
|
|
|
## 1.0.0
|
|
|
|
|
#### Added
|
|
|
|
|
- Initial release
|
|
|
|
|
|
2019-05-23 23:44:52 +10:00
|
|
|
[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
|
2019-05-20 22:39:48 +10:00
|
|
|
[1.0.1]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.0...1.0.1
|