Releases: phpro/grumphp
Releases · phpro/grumphp
Version 2.0.0 Beta 1
What's Changed
- Resolve psalm errors by @veewee in #1085
- Add support for amp v3 by @veewee in #1084
- Config options resolver by @veewee in #1090
- Introduce the new v2 extension system by @veewee in #1091
- Remove v1 deprecations by @veewee in #1092
Full Changelog: v1.16.0...v2.0.0-beta1
Installation
composer require 'phpro/grumphp:^2.0.0-beta1@beta' --update-with-dependencies
❗ Change in dependencies - we now require:
- PHP >=v8.1
- amp >=v3
Upgrading
❗ This version contains some BC breaks for GrumPHP extension or task developers.
Find out how to upgrade your tasks and extensions here : https://github.com/phpro/grumphp/blob/v2.0.0-beta1/UPGRADE-v2.md
Version 1.16.0
What's Changed
- PHP-CS-Fixer 2.x to 3.0 by @jreklund in #1068
- Add support for grumphp.dist.{yml,yaml} by @jreklund in #1070
- Normalize yaml code blocks in doc by @jreklund in #1071
- Fix workflow deprecations by @jackbentley in #1077
- Ignore untracked files with ignore_unstaged_changes parameter by @yguedidi in #1076
- Extra bin-dir lookup feature by @greew in #1080
New Contributors
- @jackbentley made their first contribution in #1077
- @greew made their first contribution in #1080
Full Changelog: v1.15.0...v1.16.0
Version 1.15.0
What's Changed
- Add Rector Task by @alessandroaussems in #1054
- [Docs] Fix invalid Rector install command by @IonBazan in #1057
- Adding PHPCS specific rule (-s) to display which rule triggered the e… by @MeCapron in #1059
- Add support for doctrine/collections v2 by @stof in #1060
New Contributors
- @alessandroaussems made their first contribution in #1054
- @MeCapron made their first contribution in #1059
Full Changelog: v1.14.0...v1.15.0
Release 1.14.0
What's Changed
- Add 'cache_file' parameter to 'deptrac' task. by @TravisCarden in #1023
- Make it possible to null out ascii config by @veewee in #1035
- Arkitect support by @JTubex in #1038
- Update phpArkitect default value for stop_on_failure to false by @JTubex in #1039
- Update ParaTest documentation by @DennisdeBest in #1047
- Include filename in AbstractVisitor error messages by @dodomedia in #1048
- Added deprecation to whitelist_patterns with null value by @mrbase in #1049
- Support PHP 82 - Drop PHP 74 by @veewee in #1053
New Contributors
- @DennisdeBest made their first contribution in #1047
- @dodomedia made their first contribution in #1048
- @mrbase made their first contribution in #1049
Full Changelog: v1.13.0...v1.14.0
Version 1.13.0
What's Changed
- chore: Set permissions for GitHub actions by @naveensrinivasan in #1009
- chore: Included githubactions in the dependabot config by @naveensrinivasan in #1010
- Bump actions/cache from 2 to 3 by @dependabot in #1011
- chore(deps): Included dependency review by @naveensrinivasan in #1012
- Support Monolog 3 by @N-M in #1014
- Update securitychecker.md by @wannevancamp in #1018
- Bump actions/dependency-review-action from 1 to 2 by @dependabot in #1019
New Contributors
- @naveensrinivasan made their first contribution in #1009
- @dependabot made their first contribution in #1011
- @N-M made their first contribution in #1014
- @wannevancamp made their first contribution in #1018
Full Changelog: v1.12.0...v1.13.0
Version 1.12.0
What's Changed
- Add ignore_patterns to git_blacklist. by @verbruggenalex in #1005
- Bugfix/git absolute path by @bart-jaskulski in #1003
Shim
- Upgraded gitonomy/gitlib
- Re-Added support for php 7.4
New Contributors
- @bart-jaskulski made their first contribution in #1003
Full Changelog: v1.11.0...v1.12.0
Version 1.11.0
What's Changed
- Restore PHP 7.4 compatibility by @danepowell in #994
- Infection: Add missing
show_mutations
(incl. verbose mode) by @jerowork in #998 - Add .editorconfig by @danepowell in #999
- Fix some grammar and spelling issues by @TravisCarden in #1001
New Contributors
- @danepowell made their first contribution in #994
- @TravisCarden made their first contribution in #1001
Full Changelog: v1.10.0...v1.11.0
Version 1.10.0
Version 1.9.0
What's Changed
- Incorrect global install for stylelint task by @jreklund in #985
- Incorrect global install for eslint task by @jreklund in #986
- New
no-dev
option for local-php-security-checker by @a-menshchikov in #984 - Fix jsonlint.md syntax highlighting by @danesteve in #988
- Task enabled by @veewee in #989
New Contributors
- @jreklund made their first contribution in #985
- @danesteve made their first contribution in #988
Full Changelog: v1.8.1...v1.9.0
Version 1.8.1
This release fixes grumphp-shim issues.
Full Changelog: v1.8.0...v1.8.1