All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for Laravel 8 (#2).
- Bug when not specifying model option, the code would consider it specified (#5).
- Running
php artisan seed:reset
to undo all seeds, orphp artisan seed:rollback
, to undo the last seeds will correctly undo them in reverse order (read: the most recent first).
- Laravel versions 5.5+ will no longer have an issue when running
php artisan seed:make
(which was caused when creating the seeders table).