Skip to content

Releases: pyrech/composer-changelogs

Release v2.2.0

27 Nov 10:00
eff6cd1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

Release v2.1.0

21 Apr 10:35
f5ee2ad

Choose a tag to compare

What's Changed

  • Default auto commit confirm to "true". by @jonpugh in #82

New Contributors

Full Changelog: v2.0.0...v2.1.0

Release v2.0.0

04 Feb 15:47
14b0884

Choose a tag to compare

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

08 Nov 22:40
a8df6ab

Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

Release v1.8.1

06 Sep 12:41
ddd2274

Choose a tag to compare

What's Changed

  • Make semver color output more readable by @mikemand in #74

New Contributors

Full Changelog: v1.8.0...v1.8.1

Release v1.7.1

27 Apr 13:49
1e35272

Choose a tag to compare

  • Add support for Composer ^2.0 (#68)

v1.7.0

21 Oct 15:23
bd708af

Choose a tag to compare

  • 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

11 Dec 14:50
0871e60

Choose a tag to compare

  • Adding configurable post update priority

v1.5.1

10 Jan 20:22

Choose a tag to compare

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

v1.5.0

04 Jul 11:58

Choose a tag to compare

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