All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
...
...
...
- Added
Application::isTopmostCommand
method.
- Use stable version of the
console-helpers/prophecy-phpunit
dependency.
- Added
ConsoleIO::notify
method for sending BEL symbol to the Terminal.
- Added support for Symfony Console up to 7.x versions.
- Test suite updated to work on PHPUnit 10.
- Dropped support for PHP 5.4 and PHP 5.5 versions.
- Updated dependencies.
- Added
ConfigEditor::getAll
method for getting all config settings at once.
- Updated test suite to be compatible with PHPUnit 6.x
- During config setting upgrade process all settings were lost.
- New config settings were not available, after application upgrade, that previously was executed at least once.
- Initial release.