Composer Changelogs Versions Save

:notebook: Display better summary after Composer update

v2.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/pyrech/composer-changelogs/compare/v2.0.0...v2.1.0

v2.0.0

1 year ago

Note

You might hit a TypeError when migrating to this major version:

[TypeError]                                                                                                                                            
  Cannot assign Pyrech\ComposerChangelogs\Config\Config to property Pyrech\ComposerChangelogs\ChangelogsPlugin_composer_tmp0::$config of type >?Pyrech\ComposerChangelogs\Model\Config    

The temporary fix is to clean Composer's cache before running the update:

composer clear-cache && composer update

More info here

What's Changed

  • Update contribution instructions by @pyrech in https://github.com/pyrech/composer-changelogs/pull/80
  • Prepare 2.x release by @pyrech in https://github.com/pyrech/composer-changelogs/pull/79
    • Drop support for PHP < 7.4
    • Modernize the whole codebase
    • Add static analysis with PHPStan
    • Replace PHPDoc types by native PHP typing
    • Remove deprecated Pyrech\ComposerChangelogs\UrlGenerator\AbstractUrlGenerator
    • Rename Pyrech\ComposerChangelogs\Version to Pyrech\ComposerChangelogs\Model\Version
    • Rename Pyrech\ComposerChangelogs\Config\Config to Pyrech\ComposerChangelogs\Model\Config

Full Changelog: https://github.com/pyrech/composer-changelogs/compare/v1.8.2...v2.0.0

v1.8.0

2 years ago
  • Add semver color output representation (#73)

v1.8.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/pyrech/composer-changelogs/compare/v1.8.0...v1.8.1

v1.7.1

4 years ago
  • Add support for Composer ^2.0 (#68)

v1.7.0

4 years ago
  • Display VCS Revision for dev version (#64)
  • Update how the plugin autoload its classes (#63)
  • Drop support for PHP < 7.1 (#66)

v1.6.0

6 years ago
  • Adding configurable post update priority

v1.5.1

7 years ago
  • Fix compatibility with newest Composer Plugin API (#42)

v1.5.0

7 years ago
  • Add better description for downgrade operations (#39)
  • Remove tests skipping (#38)
  • Add support for gitlab repositories (#37)