Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 5.26 KB

CHANGELOG.md

File metadata and controls

105 lines (72 loc) · 5.26 KB

Changes between versions

2.1.0 (2023-04-21)

  • Default auto commit confirm to "true" (#82)

2.0.0 (2023-02-04)

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)

1.8.2 (2021-11-08)

  • Fix PHP 8 warning about passing null to strpos() (#78)

1.8.1 (2021-10-13)

  • Fix semver output colors (#74)

1.8.0 (2021-09-06)

  • Add semver color output representation (#73)

1.7.1 (2020-04-27)

  • Add support for Composer ^2.0 (#68)

1.7.0 (2019-10-21)

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

1.6.0 (2017-12-11)

  • Adding configurable post update priority (#46)

1.5.1 (2017-01-10)

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

1.5 (2016-07-04)

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

1.4 (2016-03-21)

  • 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)

1.3 (2015-11-13)

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

1.2 (2015-10-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)

1.1.1 (2015-10-11)

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

1.1 (2015-10-10)

  • 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)

1.0 (2015-09-26)

  • Initial release