All notable changes to laravel-db-snapshots
will be documented in this file
- add support for Laravel 6
- drop anything below Laravel 5.8
- drop anything below PHP 7.2
- fix for load command in production
- fix CannotCreateDisk exception when no disks are set up.
- fix compression option from config not being respected
- use
--inserts
option for pgsql connections by default
- support creating and loading gzip snapshots
- fix bug when trying to close a file that is already closed
- improve output of the delete command when there are no snapshots yet
- prevent tables being dropped on the non-default connection
- fix for windows users
- fix
connection
option to load snapshot command
- add
connection
option to load snapshot command
- move testbench to dev dependencies
- initial release