Skip to content

Releases: doctrine/DoctrineModule

2.1.10

23 Nov 21:35
2b961e5
Compare
Choose a tag to compare

Changed

  • Support for Symfony Console 5.0

2.1.9

17 Feb 20:13
b1d4ac0
Compare
Choose a tag to compare

Fixed

  • bind Closure to null to allow the garbage collector do its work - This was a memory leak.

2.1.8

26 Jan 07:37
c8ce08e
Compare
Choose a tag to compare

Fixed

  • Fixed hydration with nested entities

2.1.7

02 Nov 02:14
66addcc
Compare
Choose a tag to compare

Fixed

  • #655 merged to correct the problem with 2.1.5. This release is a second go for nullable fields in the hydrator.

2.1.6

17 Oct 19:27
b983286
Compare
Choose a tag to compare

This is a rollback to 2.1.4

2.1.5

08 Oct 21:23
57cf4bb
Compare
Choose a tag to compare

Fixed

  • Better handling of null values in DoctrineObject hydrator

2.1.4

20 Sep 17:34
a7e0f31
Compare
Choose a tag to compare

Fixed

  • AbstractValidatorFactory accepts null option arguments
  • Various grammar fixes
  • Call Hydrator strategies before type conversion

2.1.3

16 Apr 01:13
968a4ea
Compare
Choose a tag to compare

Fixed

zendframework/zend-form corrected code for PHP 7.2 in the latest release and each release before that breaks 7.2 so this module now require zend-form ^2.11

2.1.2

05 Apr 18:53
14ce2da
Compare
Choose a tag to compare

Fixed

A regression occurred in Validator/UniqueObject which caused null values to be ignored. See #632 for details.

2.1.1

03 Apr 15:31
64686ea
Compare
Choose a tag to compare

Added

Changed

  • Moved zend-mvc-console to require-dev and re-add to suggest.

Deprecated

Removed

Fixed