Releases: pyrech/composer-changelogs
Releases · pyrech/composer-changelogs
Release v2.1.0
Release v2.0.0
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 #80
- Prepare 2.x release by @pyrech in #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: v1.8.2...v2.0.0
Release v1.8.2
Release v1.8.1
Release v1.7.1
- Add support for Composer ^2.0 (#68)
v1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
- Update coding standards (#25)
- Add support for bitbucket ssh urls (#27)
- Fix tests with newer composer versions (#28)
- Fix bug when switching from a local repository back to the original repository (#30)
- Add GitBasedUrlGenerator to replace AbstractUrlGenerator (#20)
- Add experimental autocommit feature (#29)
- Add support for github ssh urls (#32)