Skip to content

Releases: doctrine/DoctrineModule

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

2.1.0

30 Mar 19:49
Compare
Choose a tag to compare

Added

  • added phpcs.xml with defined CS rules
  • short array syntax in docs
  • composer scripts to run unit and cs checks
  • Added ConfigProvider in line with ZF components #590
  • Migrate all module.config.php into ConfigProvider in line with ZF adaption
  • Added more tests for keys and serialziation for ConfigProvider
  • Use service manager factory for cache when possible
  • Use class name constants where possible; break even on the last case in a switch #605
  • Add APCu cache to configuration #589
  • Added factories for (No)ObjectExists and UniqueObject validators #604
  • Allow symfony 4 #612
  • Extend DoctrineModule\Stdlib\Hydrator\DoctrineObject::handleTypeConversions() to handle all basic conversions according to documentation instead of just DateTime object related values #626
  • Hydration strategies can be replaced after the hydrator is created #627

Changed

  • updated PHP CodeSniffer to version 2.7
  • fixed code to pass all CS checks
  • updated travis configuration to use composer scripts #575
  • Updated DoctrineModule authentication doc with some ZF3-related information and examples #582
  • Authentication guide update for ZF3 #599
  • Bump minimum PHP version to 7.1
  • Upgrade to PHPUnit ^7.0 #615
  • Use Inflector instead of ucfirst #625

Deprecated

Removed

  • Version.php
  • License headers #617
  • Drop PHP 5.x support
  • Drop HHVM from Travis build #611
  • Removed Version.php #616

Fixed

  • expiredRead is now staticTtl in cache test #594
  • corrected errors in sample code #606

2.0.1

04 Mar 20:33
75a7a6a
Compare
Choose a tag to compare
2.0.1 Pre-release
Pre-release

This release should be stable enough for production but we're releasing it as a pre-release while we get more feedback.

This release incorporates all commits since and including 6706e63

2.0.0

27 Oct 00:39
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

This marks the beginning of BC breaking code in support of ZF3.