composer-changelogs

Display better summary after Composer update

MIT License

Downloads
2.7M
Stars
589
Committers
16

Bot releases are visible (Hide)

composer-changelogs - Release v2.1.0 Latest Release

Published by pyrech over 1 year ago

What's Changed

New Contributors

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

composer-changelogs - Release v2.0.0

Published by pyrech over 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

composer-changelogs - Release v1.8.2

Published by pyrech almost 2 years ago

composer-changelogs - Release v1.8.1

Published by pyrech about 3 years ago

What's Changed

New Contributors

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

composer-changelogs - Release v1.7.1

Published by pyrech over 4 years ago

  • Add support for Composer ^2.0 (#68)
composer-changelogs - v1.7.0

Published by pyrech almost 5 years ago

  • Display VCS Revision for dev version (#64)
  • Update how the plugin autoload its classes (#63)
  • Drop support for PHP < 7.1 (#66)
composer-changelogs - v1.6.0

Published by pyrech almost 7 years ago

  • Adding configurable post update priority
composer-changelogs - v1.5.1

Published by pyrech almost 8 years ago

  • Fix compatibility with newest Composer Plugin API (#42)
composer-changelogs - v1.5.0

Published by pyrech over 8 years ago

  • Add better description for downgrade operations (#39)
  • Remove tests skipping (#38)
  • Add support for gitlab repositories (#37)
composer-changelogs - v1.4.0

Published by pyrech over 8 years ago

  • 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)
composer-changelogs - v1.3.0

Published by pyrech almost 9 years ago

  • Add support for comparison across forks and better detect dev versions (#19)
  • Add autoloading of classes required to make the plugin always working (#22)
composer-changelogs - v1.2.0

Published by pyrech almost 9 years ago

  • 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)
composer-changelogs - v1.1.1

Published by pyrech about 9 years ago

  • Add support for old versions of composer (at least v1.0.0-alpha8)
composer-changelogs - v1.1.0

Published by pyrech about 9 years ago

  • Add support for bitbucket repositories
  • Add new line after plugin output
  • Add support for install and uninstall operations
  • Add support for dev versions

When you update to this version, you may have an exception saying a class was not found. You can just relaunch you command and it should work. Sorry for that inconvenience.

composer-changelogs - Initial release

Published by pyrech about 9 years ago

Package Rankings
Top 1.16% on Packagist.org
Top 9.59% on Proxy.golang.org
Badges
Extracted from project README
Total Downloads Latest Stable Version Latest Unstable Version