Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 929 Bytes

CHANGELOG.md

File metadata and controls

30 lines (16 loc) · 929 Bytes

Changelog

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.

[Unreleased]

[0.2.0] 2021-08-28

Added

  • Support for Laravel 8 (#2).

Fixed

  • Bug when not specifying model option, the code would consider it specified (#5).

[0.1.2] 2020-07-26

Fixed

  • Running php artisan seed:reset to undo all seeds, or php artisan seed:rollback, to undo the last seeds will correctly undo them in reverse order (read: the most recent first).

[0.1.1] 2020-07-25

Fixed

  • Laravel versions 5.5+ will no longer have an issue when running php artisan seed:make (which was caused when creating the seeders table).