Skip to content

Releases: phpro/grumphp

Version 2.20.0

16 Apr 09:37
v2.20.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.19.0...v2.20.0

Version 2.19.0

03 Feb 06:32
v2.19.0

Choose a tag to compare

What's Changed

Upgrading

❗ Requires re-initialization from git hooks

In the new version of our dependency gitlib, you need to pass the --raw option to the git diff that is being parsed by the pre-commit hooks. This means you'll need to change your git hook after upgrading:

./vendor/bin/grumphp git:init

If you are using a custom hook, make sure to add the --raw parameter to git diff first:

Example:
https://github.com/veewee/grumphp/blob/81a6f9ae3bc0aa96eeb842545ed0b86eb8cd2a1c/resources/hooks/local/pre-commit#L9

DIFF=$(git -c diff.mnemonicprefix=false -c diff.noprefix=false --no-pager diff --raw -r -p -m -M --full-index --no-color --staged | cat)

Full Changelog: v2.18.0...v2.19.0

Version 2.18.0

05 Dec 09:36
v2.18.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.17.0...v2.18.0

Version 2.17.0

21 Oct 07:08
v2.17.0

Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...2.17.0

What's Changed

Full Changelog: v2.16.0...v2.17.0

Version 2.16.0

14 Oct 08:48
v2.16.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.15.0...v2.16.0

Version v2.15.0

28 Aug 11:53
v2.15.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.14.0...v2.15.0

Version 2.14.0

25 Jul 08:38
v2.14.0

Choose a tag to compare

What's Changed

  • Mark 1.x as unsupported in SECURITY.md by @marcwrobel in #1176
  • Change the task compiler logic to allow resolving of environment variables. by @veewee in #1177

New Contributors

Full Changelog: v2.13.0...v2.14.0

Version 2.13.0

04 Jun 13:47
v2.13.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

21 Mar 14:45
v2.12.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.11.0...v2.12.0

Version 2.11.0

27 Feb 07:00
v2.11.0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0