Skip to content

Releases: doctrine/common

v2.4.2

21 May 20:38
v2.4.2
Compare
Choose a tag to compare

Bug

  • [DDC-2708] - [DCOM-219] Fix for PHP 5.4.8 not returning true for is_callable on abstract methods anymore
  • [DCOM-204] Fix include of entities inside PHAR.
  • [DCOM-175] Private properties of parent classes of a proxy are now correctly handled in __sleep
  • [DCOM-212] Static properties should not be returned by __sleep in proxies

Improvement

New Feature

  • [DDC-1247] - Implemented AnnotationDriver#addExcludePath()

v2.4.1

07 Sep 10:31
Compare
Choose a tag to compare

Bug

[DCOM-208] - [GH-290] Fixed html_errors overwriting

Improvement

[DCOM-193] - [GH-275] Improve code to throw exception getting parents class instead of php warning

New Feature

[DCOM-173] - Add test assets and tests for proxy generators
[DCOM-96] - Extract a common ProxyFactory
[DCOM-148] - [GH-229] Decorator base class for object manager decorators
[DCOM-154] - [GH-236] Adding Support for Couchbase as Caching Infrastructure.
[DCOM-210] - ProxyFactory: Modes for NEVER, FILE_NOT_EXISTS, ALWAYS
[DCOM-209] - [GH-291] [DDC-717] Add eval() and FILE_NOT_EXISTS strategies for proxy generation