Skip to content

Releases: mnapoli/dbal-schema

1.3.1

20 Dec 20:42
451fd94
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.3.1

1.3.0

21 Feb 14:05
a923ed6
Compare
Choose a tag to compare

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.1

25 Jan 15:40
8cc522a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

24 Jan 10:42
422ed1b
Compare
Choose a tag to compare

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

07 Dec 17:44
16a93e6
Compare
Choose a tag to compare
  • PHP 8 compatibility
  • #7 Integrate with Doctrine migrations 🎉
  • Dropped support for PHP 7.0, 7.1, 7.2 and 7.3

1.0.2

25 Jan 06:40
1028b26
Compare
Choose a tag to compare

Support for Symfony 5

1.0.1

15 Aug 14:13
fd7c1f7
Compare
Choose a tag to compare

#5 Disable foreign keys when purging the tables of the database

1.0.0

23 Dec 09:37
2d4022f
Compare
Choose a tag to compare

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

27 Mar 19:05
Compare
Choose a tag to compare

Fix --force option not working as expected

0.2.0

25 Mar 10:38
Compare
Choose a tag to compare
  • Add Symfony fullstack support
  • Renamed setup to update to match the Doctrine/Symfony vocabulary