Releases: Aeliot-Tm/todo-registrar
Releases · Aeliot-Tm/todo-registrar
v1.7.0 Add support of YAML format of config file
Main Changes
- Add support of YAML format of config file by @Aeliot-Tm in #143
- Autodetection of YAML config file by @Aeliot-Tm in #150
- Permit to pass string of registrar type to application config by @Aeliot-Tm in #142
What's Changed
- Move getting of options of console command to the separate service by @Aeliot-Tm in #139, #140, #147
- Skip creation of pull request when nothing was committed by @Aeliot-Tm in #136
- Install & config baseline for PHP CS Fixer by @Aeliot-Tm in #135
- Do security check on each push by @Aeliot-Tm in #137
Full Changelog: v1.6.1...v1.7.0
v1.6.1: Change GPG key used to sign PHAR
What's Changed
- Change GPG-key used to sign PHAR by @Aeliot-Tm in #134
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Main features
- Implement GitHub Registrar by @Aeliot-Tm in #74
- Exit with error code on fail by @Aeliot-Tm in #105
What Else is Changed
- Config automated registration of TODO-s by @Aeliot-Tm in #124
- Describe integration to GitHub Actions by @Aeliot-Tm in #133
- Create workflow for Security Psalm by @Aeliot-Tm in #81
- Describe inline config of JIRA by @Aeliot-Tm in #83
- Fix documentation by @Aeliot-Tm in #68, #82, #85
- Move examples to proper place by @Aeliot-Tm in #84
- Add template to fix lack of documentation by @Aeliot-Tm in #86, #87
- Ad badge of maintainability by @Aeliot-Tm in #70
- Update editor config by @Aeliot-Tm in #88
Full Changelog: v1.5.2...v1.6.0
v1.5.2: Add Code Quality Tools and update documentation
What's Changed
- Move config of dev-tools to scripts directory by @Aeliot-Tm in #53, #54, #55
- Install maglnet/composer-require-checker by @Aeliot-Tm in #58
- Install Composer unused by @Aeliot-Tm in #59
- Install Security vulnerabilities checker by @Aeliot-Tm in #64
- Update .gitattributes to avoid packing of dev-tools by @Aeliot-Tm in #56
- Avoid copy-paste of file names in release workflow by @Aeliot-Tm in #60
- Move example of config for JIRA to separate directory by @Aeliot-Tm in #57
- Add instruction about the contributing by @Aeliot-Tm in #63
- Update description of used code quality tools. by @Aeliot-Tm in #65
- Add code of conduct by @Aeliot-Tm in #66
- Add badge with number of closed Pull Requests instead of Opened Issues by @Aeliot-Tm in #67
Full Changelog: v1.5.1...v1.5.2
v1.5.1: Update documentation
What's Changed
- Add logo by @Aeliot-Tm in #51
- Documentation: describe integration on GitLab CI by @Aeliot-Tm in #52
Full Changelog: v1.5.0...v1.5.1
v1.5.0: Compact project into PHAR by
What's Changed
- Compact project into PHAR by @Aeliot-Tm in #48, #49, #50
Full Changelog: v1.4.2...v1.5.0
v1.4.2: Update documentation
What's Changed
- Add issue templates by @Aeliot-Tm in #43
- Add authors into composer.json by @Aeliot-Tm in #44
- Update keywords in composer.json by @Aeliot-Tm in #47
- Add license header into php-files by @Aeliot-Tm in #46
- Add SECURITY.md by @Aeliot-Tm in #45
Full Changelog: v1.4.1...v1.4.2
v1.4.1: Fix using of custom place/path of config
Fixes:
#40 - Don't work custom place/path of config
Prefix for issues
Add global config option to configure prefix for all created issues.
See: #27