Releases: mikebronner/laravel-caffeine
Releases · mikebronner/laravel-caffeine
0.8.2
Changed
- method of checking registered middleware groups to use
hasMiddlewareGroup()
.
0.8.1
Removed
- erroneously duplicated injection code. Thanks @Organizm238!
0.8.0
Added
- Laravel 5.8 compatibility. Note: due to one testing dependency not being updated for Laravel 5.8 yet, some aspects were not fully tested. This will be updated once the package adds Laravel 5.8 compatibility: orchestral/testbench-dusk#33.
- ability to still work with missing closing
</body>
or '` tags. - ability to work in MAMP.
Fixed
- typo in readme.
0.7.1
Fixed
- missing semi-colon.
0.7.0
Added
- Laravel 5.7 compatibility.
0.6.12
Fixed
- middleware response to be a view instead of string. Thanks @dallincoons, #96 #95.
0.6.11: Changed app_env to internaltesting to avoid testing conflicts
0.6.10: Fix javascript errors, const -> var
0.6.9
Fixed
- erroneous
let
in JavaScript, changed tovar
. Thanks @spaceemotion, #94.
0.6.8
Fixed
- dependency versions to allow installation on earlier versions of Laravel.