- Default auto commit confirm to "true" (#82)
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
Changelog:
- Drop support for PHP < 7.4 (#79)
- Modernize the whole codebase (#79)
- Add static analysis with PHPStan (#79)
- Replace PHPDoc types by native PHP typing (#79)
- Remove deprecated Pyrech\ComposerChangelogs\UrlGenerator\AbstractUrlGenerator (#79)
- Rename Pyrech\ComposerChangelogs\Version to Pyrech\ComposerChangelogs\Model\Version (#79)
- Rename Pyrech\ComposerChangelogs\Config\Config to Pyrech\ComposerChangelogs\Model\Config (#79)
- Fix PHP 8 warning about passing null to strpos() (#78)
- Fix semver output colors (#74)
- Add semver color output representation (#73)
- Add support for Composer ^2.0 (#68)
- Display VCS Revision for dev version (#64)
- Update how the plugin autoload its classes (#63)
- Drop support for PHP < 7.1 (#66)
- Adding configurable post update priority (#46)
- Fix compatibility with newest Composer Plugin API (#42)
- Add better description for downgrade operations (#39)
- Remove tests skipping (#38)
- Add support for gitlab repositories (#37)
- 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)
- Add support for comparison across forks and better detect dev versions (#19)
- Add autoloading of classes required to make the plugin always working (#22)
- Add a WordPress url generator for theme and plugin package (#11)
- Remove new line in output in case nothing to display (#12)
- Update documentation of local install to use the --dev flag (#16)
- Update documentation of tests to use the
composer test
command (#17)
- Add support for old versions of composer (at least v1.0.0-alpha8) (#9)
- Add support for bitbucket repositories (4e90441)
- Add new line after plugin output (8b22e38)
- Add support for install and uninstall operations (#6)
- Add support for dev versions (#7)
- Initial release