Releases: CoInvestor/larahook
Releases · CoInvestor/larahook
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.0 Require Laravel 10
v1.2.1 Fix multiple uses of hook in Blade template
What's Changed
Full Changelog: 1.2.0...1.2.1
v1.2.0 Allow Laravel 9
What's Changed
- Allow Laravel 9 by @vroomfondle in #5
New Contributors
- @vroomfondle made their first contribution in #5
Full Changelog: 1.1.2...1.2.0
v1.1.2 - Allow without default callback
No all hooks require a default action or value. Fixes bug where not passing this would throw an error.
V1.1.1
v1.1.0
Warning. This release introduces minor some breaking changes.
The
$InitialContentparam ongethas been replaced by theuseCallbackAsFirstListenerflag. Setting this to true will return the result of the default callback as the initial$outputvalue.
Other changes:
- Adds tests for blade hooks.
- Php8 combability fix (New behaviour defaulted it to named methods)
- Additional type checks.,