All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Use LoggerInterface (#2)
- Extract TemplateHelper::processTemplateToFile() to TemplateShellHelper (#3)
- Stop creating links from application path to version files and folders (#4)
- Up php to 8.1 (#1)
- Change mougrim/php-logger to own psr/log compatible logger (#1)
- Add type declaring and hints everywhere (#1)
- Add declare(strict_types=1) to all php-files (#1)
- Pass parameters to constructor instead of using setters (#1)
- Use psr-4 autoload instead of psr-0 (#1)
- Use readonly properties instead of getters (#1)
- Add badges to README.md (#1)
- Chane placeholders in param values using param values (#1)