- problems with DOM parsing and reverted back to RegExp.
- dependencies for Laravel 7 compatibility, removed temp dependencies.
- Laravel 7 compatibility.
- asset insertion functionality.
- readme with Voyager incompatibility warning and suggested work-around.
- commits not being applied to previous release.
- dependency compatibilies.
- Laravel 6.0 compatibility.
- compatibility with older versions of Laravel.
- support for Spatie's
laravel-csp
package.
- method of checking registered middleware groups to use
hasMiddlewareGroup()
.
- middleware response to be a view instead of string. Thanks @dallincoons, #96 #95.
- regexp to be simpler. Thanks @juandi, #92.
app_env
(tointernaltesting
) to avoid testing conflicts. Thanks @agjino, #82.
- erroneous
const
in JavaScript, changed tovar
. Thanks @netpok, #86.
- erroneous
let
in JavaScript, changed tovar
. Thanks @spaceemotion, #94.
- dependency versions to allow installation on earlier versions of Laravel.
- Laravel 5.6 compatibility.
- testing to use orchestral/testbench suite.
- Laravel 5.6 compatibility.
- tests to use
orchestral/testbench
suite.
thanks
package.
- documentation and change-log.
- composer dependency version constraints (only Laravel 5.4 and 5.5 have been tested).
- middleware registration to detect apache server.
- route middleware functionality.
- config variable to
outdated-drip-check-interval
.
- naming of config setting
drip-interval
. - formatting of script fixture.
- ability to exclude a page from caffinating the application via meta tag.
- drip timeout check and force page refresh if timeout occurred.
- config file setting names to be more explicit.
- middleware is injected only when called from a web page or during testing.