Releases: lorisleiva/lody
Releases · lorisleiva/lody
v0.7.0
v0.6.0
v0.5.0
v0.4.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #5
New Contributors
- @laravel-shift made their first contribution in #5
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add Windows support and tests by @lorisleiva in #3
- Add support for Laravel 9 and PHP 8.1 by @lorisleiva in #4
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Resolve class names from filenames using PSR-4.
It uses the vendor/composer/autoload_psr4.php file to generate a dictionary of all namespaces from their paths. This means, Lody now properly resolve classes even in the vendor directory. See the readme for me details.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
First release! 🥳