Skip to content

Releases: 68publishers/doctrine-bridge

v1.1.0

21 Aug 03:24
Compare
Choose a tag to compare
  • added compiler extension DatabaseTypeProviderExtension
  • added test
  • updated README

v1.0.0

16 Dec 04:01
Compare
Choose a tag to compare

Version 1.0.0 🎉

Platform support

  • added support for PHP ^8.1
  • dropped support for PHP 7

Changes

  • ❗ moved the all DI classes/interfaces from SixtyEightPublishers\DoctrineBridge\DI to SixtyEightPublishers\ DoctrineBridge\Bridge\Nette\DI
  • ❗ removed property DatabaseType::$commented (deprecated in the Doctrine)
  • ❗ configuration options under the key services.drivers can be now disabled with false instead of null
  • improved coding style
  • updated README

Development

  • added Dockerfile and docker-compose.yml with containers for all supported PHP versions
  • added full coverage tests with Nettrine and Nettrine/Migrations
  • added Makefile
  • added GitHub actions
  • added PHPStan

v0.2.1

23 Apr 01:23
Compare
Choose a tag to compare
Fixed setup for custom database types

v0.2.0

20 Apr 00:48
Compare
Choose a tag to compare

❗ BC break: CompilerExtension for Neutrino has been removed

  • all integrations are now handled with common CompilerExtension
  • added PHP 8
  • dropped support for YAML mapping
  • added support for PHP 8 Attributes mapping

👀 look into changes and new README

v0.1.2

19 Apr 23:39
Compare
Choose a tag to compare

Added provider interface MigrationsDirectoriesProviderInterface - custom migration paths can be configured

v0.1.1

10 Dec 04:17
Compare
Choose a tag to compare
Added argument `$context` for custom DBAL types

v0.1

30 Nov 00:37
Compare
Choose a tag to compare

Initial release 🎉