Skip to content

v1.0.0

Compare
Choose a tag to compare
@tg666 tg666 released this 16 Dec 04:01
· 1 commit to master since this release

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