Releases: ramsey/devtools
Releases · ramsey/devtools
devtools 2.1.0
devtools 2.0.0
Added
- Nothing.
Changed
-
Bump minimum supported version of ramsey/devtools-lib to 2.0
-
Bump minimum supported version of PHP to 8.1
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
1.7.1
1.7.0
Added
- Bump to next minor version of ramsey/devtools-lib, which includes the following changes:
- Add
lint:stylecommand to check for coding standards issues. - Add
lint:syntaxcommand to check for syntax errors. - Add
licensecommand that uses madewithlove/license-checker. - Add
clean:coveragecommand to remove code coverage logging files. - Improve documentation for all commands.
- The
lintcommand is now aliased tolint:alland executeslint:pds,lint:syntax, andlint:style. - Deprecate
pre-commitcommand and make it a no-op. This also deprecatesRamsey\Dev\Tools\Composer\Command\PreCommitCommand. - Deprecate
Ramsey\Dev\Tools\Composer\Command\CaptainHookInstallCommand. This was only used internally and has been replaced with captainhook/plugin-composer.
- Add
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
1.6.0
1.5.1
1.5.0
Added
- Move library code to ramsey/devtools-lib
1.4.1
1.4.1 - 2020-09-07
Fixed
- Test the 1.8.0 release of laminas/automatic-releases to ensure laminas/automatic-releases#73 fixes laminas/automatic-releases#57
Release Notes for 1.4.1
1.4.x bugfix release (patch)
1.4.1
- Total issues resolved: 0
- Total pull requests resolved: 0
- Total contributors: 0
1.4.0
devtools 1.3.0
Added
- Add a
changelogcommand that proxies to the phly/keep-a-changelogkeep-a-changelogcommand.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.