Skip to content

Releases: dmaicher/doctrine-test-bundle

v8.4.0

12 Oct 07:56
ce7cd44

Choose a tag to compare

What's Changed

Full Changelog: v8.3.1...v8.4.0

v8.3.1

05 Aug 17:55
9bc47e0

Choose a tag to compare

What's Changed

Full Changelog: v8.3.0...v8.3.1

v8.3.0

04 Mar 10:08
1184678

Choose a tag to compare

What's Changed

  • Add support for PHPUnit 12 by @dmaicher in #315
    • drops support for PHP < 8.1
    • drops support for PHPUnit < 10
    • drops support for Symfony 5.4, 7.0 and 7.1

Full Changelog: v8.2.2...v8.3.0

v8.2.2

04 Feb 14:38
eefe54f

Choose a tag to compare

What's Changed

  • fix compatibility with PHPUnit < 10.5.41 and < 11.5.6 by @dmaicher in #313

Full Changelog: v8.2.1...v8.2.2

v8.2.1

01 Feb 12:35
1eab74f

Choose a tag to compare

What's Changed

  • upgrade to phpstan ^2 by @dmaicher in #309
  • roll back transactions for tests marked as incomplete in setUp() by @xabbuh in #311

New Contributors

Full Changelog: v8.2.0...v8.2.1

v8.2.0

28 May 15:42
1f81a28

Choose a tag to compare

What's Changed

  • fix deprecation for Extension class by @dmaicher in #298
  • use doctrine.middleware tag for registering middlewares by @dmaicher in #300
    • this will enable adding custom middlewares with higher priority that are executed before the bundle's middleware

Full Changelog: v8.1.0...v8.2.0

v8.1.0

21 May 18:09
21b4dd7

Choose a tag to compare

What's Changed

Full Changelog: v8.0.2...v8.1.0

v8.0.2

15 Feb 08:29
f10de29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.1...v8.0.2

v8.0.1

05 Dec 16:12
e382d27

Choose a tag to compare

What's Changed

  • fix rolling back transaction for errored tests by @dmaicher in #272

Full Changelog: v8.0.0...v8.0.1

v8.0.0-BETA8

28 Nov 07:54
e7ed492

Choose a tag to compare

Sorry for the release spam 😋 Decided to implement a change to not break BC

What's Changed

  • refactor skipped tests handling to avoid breaking BC by @dmaicher in #269

Full Changelog: v8.0.0-BETA7...v8.0.0-BETA8