mirror of
https://github.com/n3w/helpers-cli-input.git
synced 2025-12-19 12:43:23 +00:00
Updated README, CHANGELOG, and composer.json for 1.1.3 release
This commit is contained in:
parent
419a4a9f79
commit
ad21e667c3
3 changed files with 9 additions and 4 deletions
|
|
@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
|
||||
**View all [Unreleased][] changes here**
|
||||
|
||||
## [1.1.3][]
|
||||
#### Fixed
|
||||
- Fixed logic bug that prevented `$index` and `$type` from being set in `InputCollection::append()`. This means replaceing items in an `InputCollection` now works as expected.
|
||||
|
||||
## [1.1.2][]
|
||||
#### Added
|
||||
- Added `InputValidationFailedException` exception
|
||||
|
|
@ -45,7 +49,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||
#### Added
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.2...integration
|
||||
[Unreleased]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.3...integration
|
||||
[1.1.2]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.2...1.1.3
|
||||
[1.1.2]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.1...1.1.2
|
||||
[1.1.1]: https://github.com/pointybeard/helpers-functions-cli/compare/1.1.0...1.1.1
|
||||
[1.1.0]: https://github.com/pointybeard/helpers-functions-cli/compare/1.0.3...1.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue