Releases: vaimo/composer-changelogs
Releases · vaimo/composer-changelogs
Composer 2.3 support
Fix bootstrap command
Fix
- bootstrap command throwing an error in every possible use case, rendering the command unusable
Maintenance
- update CI job to have one job per Composer MAJOR
Composer 2 support
0.17.0 (2021-02-14)
Feature
- add support for Composer 2 [issues/3]
Fix
- remove 'overview' from output when there is none (in info with brief mode)
- fix bootstrap command that never worked (error: The 'type' option does not exist.)
Maintenance
- introduce ready-to-use development environment setup for quicker developer onboarding
Code quality improvements
0.15.3 (2019-04-16)
Fix
- reduced overview added odd extra space in front of a new line when new lines used (blank line in the middle of overview)
- changelog:info did not work correctly when used on ROOT package
- certain templates did not render wrapper elements correctly (issue introduced after switching to new, 5.3-compatible output generator)
Maintenance
- code repetition reduced within command classes
Minor output template fixes
Addresses an issue with Slack templates where there were too many empty lines included in certain situations (where overview was not provided).