Skip to content

Releases: captainhook-git/captainhook

5.25.5

07 Jun 07:45
5.25.5
7b0feb0
Compare
Choose a tag to compare

🚀 Changes

  • Use custom error handling over Symfonys default Exception handling
  • Allow absolute core.hooksPath - issue #273
  • Allow blackholing hooks with /dev/null or NUL

🐛 Fixes

  • Don't crash while writing hooks to /dev/null - issue #273

5.25.4

01 Jun 15:21
5.25.4
c1e8d7a
Compare
Choose a tag to compare

Fixes

  • Handle relative symlink paths as well

5.25.3

01 Jun 12:20
5.25.3
907dc92
Compare
Choose a tag to compare

Changes

  • Check for broken symlinks - issue: #272
  • Improve default --help

Fixes

  • Run e2e test on phar as well
  • Run end-to-end tests
  • Respect disabled ansi output cli argument
  • Increase PHPStan level to 8
  • Remove Phive update (no way to allow trusted keys)
  • Rename twitter handle
  • GitHub org rename

5.25.2

30 Mar 17:24
5.25.2
e096240
Compare
Choose a tag to compare

Changes

  • Switch coverage resolver to int

5.25.1

19 Mar 16:44
5.25.1
e2a35b2
Compare
Choose a tag to compare

Changes

  • Switch coverage resolver to int to prevent floating point issues (thanks to @fperrony)

5.25.0

11 Feb 20:51
5.25.0
4c5bd31
Compare
Choose a tag to compare

Changes

With this release the Cap'n will respect any custom hooksPath configuration and install and uninstall the hooks accordingly.

  • Read core.hooksPath config for install

5.24.4

11 Feb 14:11
5.24.4
e708222
Compare
Choose a tag to compare

Changes

  • Fix PHP 8.0 compatibility

5.24.3

16 Jan 11:38
5.24.3
00acb74
Compare
Choose a tag to compare

Changes

Full Changelog: 5.24.2...5.24.3

5.24.2

11 Jan 12:54
5.24.2
3e0915f
Compare
Choose a tag to compare

Changes

  • Compiled with the latest Box version this finally works with all Symfony polyfills.

5.24.2 alpha

11 Jan 12:30
bfb0e24
Compare
Choose a tag to compare
5.24.2 alpha Pre-release
Pre-release

This is a test release to check if the Cap'n works without the intl extension.
Since a polypill is included it should :)