- Prevent running migration if package is uninstalled
- Removed unsigned constraint for keys
- Prevent errors in the presence of enum type columns (close #2)
- Added support for Laravel 10
- Uppercase README and CHANGELOG fielnames
- PHP < 8.1 support removed
- doctrine/dbal < 3.5 support
- Typo in changelog : doctrine/dbal >= 3.5 (instead of >= 3.1)
- Fixed support for doctrine/dbal >= 3.5
- Dropped Transformer injection from command constructor
- Added support for Laravel 9
- Possibility of generating a migration in order to simplify the implementation
- Uses doctrine/dbal instead of custom driver for getting DB schema information
- First release.