Skip to content

2.0.0

Compare
Choose a tag to compare
@tabacitu tabacitu released this 10 Sep 13:55
· 6 commits to master since this release
0b8b3d3

Breaking Changes

  • by default no model is created, you have to specify --model=true to create one - 67dc4dc;
  • dropped support for Laravel 5.x - 5e8bfbb; don't worry, we've added support for Laravel 8 to the v1 branch before releasing 2.0.0;
  • removed the make:seeder command since that was only needed in Laravel 5.0; all Laravel versions since then have provided a native make:seed that does the same thing;

Fixes

  • #43 - prevented situation where two migrations were generated, one by this package and one by Laravel's make:model command; fixes bug #40 ;

Improvements

  • #165 Use bigInteger by default on pivot tables - fixes #144; here's why;
  • write migration name in command prompt after creation #126;
  • ability to specify --path=smth to change where migrations are generated #90 ;
  • #158 - dump autoload after creating Model ;

To Do

See the v2 board