mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Updated README, CHANGELOG, example code, and composer.json for 1.1.0
This commit is contained in:
parent
9e27b52991
commit
a4a8d5e351
4 changed files with 93 additions and 56 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
|
@ -5,6 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
**View all [Unreleased][] changes here**
|
||||
|
||||
## [1.1.0][]
|
||||
#### Added
|
||||
- Expanded input types to include `Flag`, `IncrementingFlag`, and `LongOption`.
|
||||
- Added `InputTypeFactory` to help with loading input type classes
|
||||
|
||||
#### Changed
|
||||
- Updated to work with more than just `Argument` and `Option` input types. Makes use of `InputTypeFactory` to allow addition of new types as needed.
|
||||
|
||||
## [1.0.2][]
|
||||
#### Changed
|
||||
- Updated example to reflect changes to `manpage()` function in `pointybeard/helpers-functions-cli` package
|
||||
- Refactoring and improvemnts to `Argument::__toString()` and `Option::__toString()`
|
||||
|
||||
## [1.0.2][]
|
||||
#### Fixed
|
||||
- Fixed `InputCollection::getArgumentsByIndex()` so it returns NULL if the index does not exist instead of throwing an E_NOTICE message
|
||||
|
|
@ -17,6 +30,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
#### Added
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.2...integration
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.0...integration
|
||||
[1.1.0]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.3...1.1.0
|
||||
[1.0.3]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.2...1.0.3
|
||||
[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