Skip to content

Releases: spatie/laravel-db-snapshots

2.2.1

14 Jan 08:32
Compare
Choose a tag to compare
  • allow Laravel 9

2.2.0

14 Dec 14:33
Compare
Choose a tag to compare
  • add --drop-tables option to snapshot:load

Full Changelog: 2.1.0...2.2.0

2.1.0

08 Dec 20:26
Compare
Choose a tag to compare
  • Add --table option to specify tables to include in the snapshot

Full Changelog: 2.0.0...2.1.0

2.0.0

01 Apr 22:12
5021c53
Compare
Choose a tag to compare
  • require PHP 8+
  • drop support for PHP 7
  • drop support for Laravel 6
  • use PHP 8 syntax
  • implement spatie/laravel-package-tools

1.7.1

02 Dec 15:33
a5ff59e
Compare
Choose a tag to compare

Add support for PHP 8.0

1.7.0

08 Sep 20:19
Compare
Choose a tag to compare
  • add support for Laravel 8

1.6.2

26 Aug 09:01
3f1f2e0
Compare
Choose a tag to compare
  • fix cleaning up all snapshots (#102)

1.6.1

01 Jun 07:59
Compare
Choose a tag to compare
  • fix implode() exeception on PHP 7.4 (#88)
  • drop support for anything below PHP 7.4

1.6.0

11 May 12:18
Compare
Choose a tag to compare
  • drop support for Laravel 5 and PHP 7.3

1.5.0

03 Mar 14:44
Compare
Choose a tag to compare
  • add support for Laravel 7