Skip to content

Releases: vaimo/composer-changelogs

Composer 2.3 support

21 Apr 13:55
1ba3f11
Compare
Choose a tag to compare

1.0.0

Feature

  • drop PHP <7.4 and symfony/process <4.2 support [issues/6]

Links: src diff

Fix bootstrap command

24 Feb 02:06
Compare
Choose a tag to compare

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

14 Feb 19:04
Compare
Choose a tag to compare

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

Links: src diff

Code quality improvements

16 Apr 17:35
Compare
Choose a tag to compare

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

Links: src diff

Minor output template fixes

03 Dec 16:42
5bc0cd8
Compare
Choose a tag to compare

Addresses an issue with Slack templates where there were too many empty lines included in certain situations (where overview was not provided).