承接 violinist-dev/composer-changelog-fetcher 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

violinist-dev/composer-changelog-fetcher

最新稳定版本:5.2.0

Composer 安装命令:

composer require violinist-dev/composer-changelog-fetcher

包简介

Fetch changelog for a given composer update

README 文档

README

Violinist enabled Test Coverage Status Packagist Packagist

Installation

You probably want this either as a dev dependency, in which case you would install it like so:

composer require --dev violinist-dev/composer-changelog-fetcher

Or you might want to install it as a global tool, in which case you would do this:

composer global require violinist-dev/composer-changelog-fetcher

Usage

You probably want to invoke this within a project. Let's say you run composer outdated:

symfony/http-foundation    v3.4.22    v3.4.23    Symfony HttpFoundation Component

...and then you want to know what changed. Let's assume your bin directory is in vendor/bin/:

./vendor/bin/changelog-fetcher fetch -p symfony/http-foundation -f v3.4.22 -t v3.4.23

..then you might get output like this:

9a96d77: Apply php-cs-fixer rule for array_key_exists() (https://github.com/symfony/http-foundation/commit/9a96d77)

You can also get this output as json (in this example piped into jq for readability):

./vendor/bin/changelog-fetcher fetch -p symfony/http-foundation -f v3.4.22 -t v3.4.23 -d ~/Sites/violinist -o json | jq
[
  {
    "hash": "9a96d77",
    "message": "Apply php-cs-fixer rule for array_key_exists()",
    "link": "https://github.com/symfony/http-foundation/commit/9a96d77"
  }
]

统计信息

  • 总下载量: 204.18k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-03-08