22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
58## Unreleased - TBD
69
10+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.4.0...HEAD )
11+
712### Added
813
914- Added ` phly/keep-a-changelog ` integration with ` changelog:init ` , ` changelog:check ` , and reusable ` changelog-bump ` , ` require-changelog ` , and ` release ` workflows to bootstrap ` CHANGELOG.md ` , validate ` Unreleased ` , and publish matching GitHub release notes (#40 )
@@ -36,6 +41,8 @@ All notable changes to this project will be documented in this file, in reverse
3641
3742## 1.4.0 - 2026-04-11
3843
44+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.3.0...v1.4.0 )
45+
3946### Added
4047
4148- Added ` CoverageSummary ` and ` CoverageSummaryLoader ` so PHPUnit coverage data can be reused programmatically in tooling and reports
@@ -50,6 +57,8 @@ All notable changes to this project will be documented in this file, in reverse
5057
5158## 1.3.0 - 2026-04-11
5259
60+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.2.1...v1.3.0 )
61+
5362### Added
5463
5564- Added ` GitAttributesCommand ` and supporting reader, merger, and writer services to keep ` export-ignore ` rules synchronized with packaged files
@@ -61,6 +70,8 @@ All notable changes to this project will be documented in this file, in reverse
6170
6271## 1.2.1 - 2026-04-10
6372
73+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.2.0...v1.2.1 )
74+
6475### Added
6576
6677- Added fuller PHPDoc coverage for license generation services and interfaces (#26 )
@@ -71,6 +82,8 @@ All notable changes to this project will be documented in this file, in reverse
7182
7283## 1.2.0 - 2026-04-10
7384
85+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.1.0...v1.2.0 )
86+
7487### Added
7588
7689- Added ` CopyLicenseCommand ` , ` DependenciesCommand ` , and ` SkillsCommand ` to generate LICENSE files, audit Composer dependencies, and sync packaged agent skills into consumer repositories
@@ -86,6 +99,8 @@ All notable changes to this project will be documented in this file, in reverse
8699
87100## 1.1.0 - 2026-04-09
88101
102+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.0.0...v1.1.0 )
103+
89104### Added
90105
91106- Added ` .gitignore ` synchronization with classifier, merger, reader, and writer services for consumer repositories
@@ -103,8 +118,11 @@ All notable changes to this project will be documented in this file, in reverse
103118
104119## 1.0.0 - 2026-04-08
105120
121+ [ View release] ( https://github.com/php-fast-forward/dev-tools/releases/tag/v1.0.0 )
122+
106123### Added
107124
125+ - Initial public release of ` fast-forward/dev-tools ` as a Composer plugin that exposes a unified ` dev-tools ` workflow for tests, code style, refactoring, PHPDoc, reports, and wiki automation
108126- Added PHPUnit desktop notification support through ` DevToolsExtension ` , ` ByPassfinalsStartedSubscriber ` , ` JoliNotifExecutionFinishedSubscriber ` , and bundled notifier assets
109127- Added expanded Sphinx guides, FAQ content, project links, and README badges for installation, configuration, and usage
110128- Added Dependabot and funding templates plus the phpDocumentor bootstrap template and Composer changelog plugin to the packaged tooling
@@ -122,6 +140,8 @@ All notable changes to this project will be documented in this file, in reverse
122140
123141## 1.2.2 - 2026-03-26
124142
143+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.0.4...v1.2.2 )
144+
125145### Added
126146
127147- Added ` install ` command to synchronize dev-tools scripts, reusable GitHub workflow-call templates, ` .editorconfig ` , and GrumPHP defaults into consumer repositories
@@ -138,24 +158,32 @@ All notable changes to this project will be documented in this file, in reverse
138158
139159## 1.0.4 - 2026-03-26
140160
161+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.0.3...v1.0.4 )
162+
141163### Changed
142164
143165- Changed ` DocsCommand ` to resolve configuration files relative to the project root, including consumer-friendly relative paths
144166
145167## 1.0.3 - 2026-03-26
146168
169+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.0.2...v1.0.3 )
170+
147171### Added
148172
149173- Added package name validation to install scripts before updating consumer repositories
150174
151175## 1.0.2 - 2026-03-26
152176
177+ [ Compare changes] ( https://github.com/php-fast-forward/dev-tools/compare/v1.0.1...v1.0.2 )
178+
153179### Changed
154180
155181- Changed Composer plugin metadata to declare ` composer/composer ` as a required dependency during installation
156182
157183## 1.0.1 - 2026-03-26
158184
185+ [ View release] ( https://github.com/php-fast-forward/dev-tools/releases/tag/v1.0.1 )
186+
159187### Added
160188
161189- Added ` InstallScriptsCommand ` and ` WikiCommand ` to install dev-tools scripts and publish repository wiki content from the package
0 commit comments