Releases: kirschbaum-development/laravel-preflight-checks
Releases · kirschbaum-development/laravel-preflight-checks
0.5.0
0.4.2
What's Changed
- Properly handle boolean config values set to
false
by @victorsfleite in #6
New Contributors
- @victorsfleite made their first contribution in #6
Full Changelog: 0.4.1...0.4.2
0.4.1
What's Changed
- Fix deprecated string interpolation style. by @eric-famiglietti in #3
New Contributors
- @eric-famiglietti made their first contribution in #3
Full Changelog: 0.4.0...0.4.1
Laravel 10 Support
What's Changed
- Laravel 10 support by @luisdalmolin in #2
New Contributors
- @luisdalmolin made their first contribution in #2
Full Changelog: 0.3.2...0.4.0
0.3.2
Add support for Laravel 9
0.3.1
Adds OptionalConfiguration
check for optional config values (primarily useful for local
environments).
0.3.0
Changes
- Adds Redis connection option and configuration hints.
Possibly breaking changes from 0.2.x:
- Config fail data is returned with the key nested, rather than a plain array. If you've been relying on that data programmatically, you'll need to grab the "key" value in each array now.
0.2.3
Adds some better messages for PDO connections, and forces the DB check to honor the connection specified in the options.
0.2.2
Fixes an issue with the namespace of the no preflight checks exception (was missed due to the skipped test)
0.2.1
Adds a bit more info on the Database check message (useful with multiple connections)
Re-aligns config, config filename, and provider