Releases: ramsey/devtools
Releases · ramsey/devtools
devtools 2.0.0
1.7.1
1.7.0
Added
- Bump to next minor version of ramsey/devtools-lib, which includes the following changes:
- Add
lint:style
command to check for coding standards issues. - Add
lint:syntax
command to check for syntax errors. - Add
license
command that uses madewithlove/license-checker. - Add
clean:coverage
command to remove code coverage logging files. - Improve documentation for all commands.
- The
lint
command is now aliased tolint:all
and executeslint:pds
,lint:syntax
, andlint:style
. - Deprecate
pre-commit
command 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
changelog
command that proxies to the phly/keep-a-changelogkeep-a-changelog
command.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.