Skip to content

Releases: pyrech/composer-changelogs

Release v2.1.0

21 Apr 10:35
f5ee2ad
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for Composer ^2.0 (#68)

v1.7.0

21 Oct 15:23
bd708af
Compare
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
Compare
Choose a tag to compare
  • Adding configurable post update priority

v1.5.1

10 Jan 20:22
Compare
Choose a tag to compare
  • Fix compatibility with newest Composer Plugin API (#42)

v1.5.0

04 Jul 11:58
Compare
Choose a tag to compare
  • Add better description for downgrade operations (#39)
  • Remove tests skipping (#38)
  • Add support for gitlab repositories (#37)

v1.4.0

21 Mar 12:53
Compare
Choose a tag to compare
  • 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)