Skip to content

Releases: doctrine/DoctrineORMModule

2.1.0

30 Mar 20:05
06202c8
Compare
Choose a tag to compare

Added

  • Support for PHP 7.2

Changed

Deprecated

Removed

Fixed

1.1.7

27 Mar 21:05
2205a3c
Compare
Choose a tag to compare

Added

Use for null coalesce operator.

Deprecated

Nothing.

Removed

Listener/PostCliLoadListener, factory, and config.

Fixed

Use init() event on the module to configure CLI.

1.1.6

26 Mar 19:56
Compare
Choose a tag to compare

Added

  • Console routes use a listener
  • Support for PHPUnit 6.5
  • Support for Symfony 4
  • Custom template support for migrations

Deprecated

Nothing.

Removed

  • Support for PHP < 7.1

Fixed

  • Documentation for multiple object managers

1.1.5

20 Sep 01:09
Compare
Choose a tag to compare

Added

#534 Allow retrieving platform from container

Deprecated

Nothing.

Removed

Nothing.

Fixed

Nothing.

1.1.4

17 Aug 17:22
Compare
Choose a tag to compare

Added

#527 Support for FilterSchemaAssetsExpression

Deprecated

Nothing.

Removed

Nothing.

Fixed

#528 Dummy writer corrected for migrations

1.1.3

05 Jun 04:10
Compare
Choose a tag to compare

Added

Many updates to current standards were submitted such as using ::class for class names.
PHPUnit v6.2.1 supported. Thanks @kokspflanze !!

Deprecated

Nothing.

Removed

Nothing.

Fixed

Nothing.

1.1.2

02 Jun 19:58
Compare
Choose a tag to compare

Added

#524 Added a option to use a different entity-manager on cli
#520 Added ConfigProvider in line with ZF components
#507 General code fixes

  • updated PHP CodeSniffer to version 2.7
  • added phpcs.xml with defined CS rules
  • fixed code to pass all CS checks
  • short array syntax in docs
  • composer scripts to run unit and cs checks
  • updated travis configuration to use composer scripts

Deprecated

Nothing.

Removed

Nothing.

Fixed

Nothing.

1.1.1

17 Jan 17:49
Compare
Choose a tag to compare

Added

#497 PHPUnit update
#509 added php 7.1 in travis
#519 https for YumController

Deprecated

Nothing.

Removed

Nothing.

Fixed

#521 DBALConnectionFactory opens db connection, even if its not necessary

1.1.0

03 Oct 20:12
Compare
Choose a tag to compare
  • Remove 0.x hint for composer installs. (#484)
  • Fix: Streamline configuration examples (#488)
  • ZF3 compatibility (#493)
  • Hotfix router config (#494)
  • Expose to zend-component-installer as module DoctrineORMModule (#498)
  • ZF3 Composer dependencies - hotfix (#500)
  • Fix: Missing view helper "zendDeveloperToolsTime" (#496)
  • Update to EXTRA_ORM.md to correct config key (#492)
  • Require stable version of DoctrineModule 1.2.0 instead of dev-master (#505)

1.0.0

14 Jul 08:05
Compare
Choose a tag to compare

It is compatible with ZF2 and ZF3