Releases: captainhookphp/captainhook
Releases · captainhookphp/captainhook
5.24.3
Changes
- InjectIssueIDFromBranchName - Add new pattern option @sebastianlarisch in #266
- Minor improvements
Full Changelog: 5.24.2...5.24.3
5.24.2
Changes
- Compiled with the latest
Box
version this finally works with allSymfony
polyfills.
5.24.2 alpha
This is a test release to check if the Cap'n works without the intl
extension.
Since a polypill is included it should :)
5.24.1
Changes
- Optimize PHP 8.4 compatibility
5.24.0
Changes
- Add info command to display config information
- Refactor hook arguments logic into separate class
captainhook info --list-actions --extended pre-commit
5.23.6
Changes
- Fix possible parsing issue
- Downgrade box to support php 8.0
- Rename test for better readability
- Test against PHP8.4 (by Andreas Heigl)
5.23.5
5.23.4
🐛 Bugfixes
- Fix typo that causes the condition to behave wrong
- Fix PHAR build - #252 - thanks to @omnicolor
5.23.4-alpha-2
Update Box to version 4
5.23.4-alpha-1
Try to fix PHAR autoloading issue The PHAR autoloader does not load the Symfony polyfill bootstrap files. That's why the PHAR is crashing if not intl extension is loaded. - Updated to latest Box version - Copied a hack from PHPStand