Skip to content

2.0.1

Compare
Choose a tag to compare
@rdgout rdgout released this 14 Jan 10:35
· 13 commits to master since this release

The previous release included a small bug. This fixes that.
Below you will find the release log for 2.0.0:

We made a few changes to be ready for the future. This includes dropping support for old PHP versions and old Laravel versions.
Since we love the changes PHP 7.4 have brought us (typed properties) we decided to drop support a bit further than Laravel 8 already forces you to.
If you are currently unable to use PHP 7.4 or newer, please make use of the 1.x version.

Changes:

  • Add support for PHP 8
  • Make use of some PHP 7.4 features

Breaking changes:

  • Factory loading is no longer possible due to Laravel 8's new model factories
  • Drop support for Laravel 6 & 7
  • Drop support for PHP 7.2 & 7.3