Releases: mnapoli/dbal-schema
Releases · mnapoli/dbal-schema
1.3.0
What's Changed
- Run migrations queries without a transaction by default, by @frenchcomp in #12
New Contributors
Full Changelog: 1.2.1...1.3.0
1.2.0
What's Changed
- Allow Symfony 6 by @ddeboer in #9
- Require PHP 8.0 or greater
- Add missing
use
statement in the readme by @jdreesen in #8
New Contributors
Full Changelog: 1.1.0...1.2.0
1.1.0
- PHP 8 compatibility
- #7 Integrate with Doctrine migrations 🎉
- Dropped support for PHP 7.0, 7.1, 7.2 and 7.3
1.0.1
#5 Disable foreign keys when purging the tables of the database
1.0.0
No BC breaks with previous versions, the API is simply stable enough for a 1.0 release.
Added: #4 Support for Symfony 4
0.2.1
Fix --force
option not working as expected
0.2.0
- Add Symfony fullstack support
- Renamed
setup
to update
to match the Doctrine/Symfony vocabulary