Releases: captainhookphp/captainhook
Releases · captainhookphp/captainhook
5.25.0
5.24.4
Changes
- Fix PHP 8.0 compatibility
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