Releases: console-helpers/console-kit
Releases · console-helpers/console-kit
v0.4.0
Added
- Added
Application::isTopmostCommand
method.
Changed
- Use stable version of the
console-helpers/prophecy-phpunit
dependency.
v0.3.1
Added
- Added
ConsoleIO::notify
method for sending BEL symbol to the Terminal.
v0.3.0
Added
- Added support for Symfony Console up to 7.x versions.
- Test suite updated to work on PHPUnit 10.
v0.2.0
Changed
- Dropped support for PHP 5.4 and PHP 5.5 versions.
v0.1.1
Added
- Added
ConfigEditor::getAll
method for getting all config settings at once.
Changed
- Updated test suite to be compatible with PHPUnit 6.x
v0.1.0
Fixed
- During config setting upgrade process all settings were lost.
v0.0.2
Fixed
- New config settings were not available, after application upgrade, that previously was executed at least once.