Releases: doctrine/common
Releases · doctrine/common
v2.4.2
Bug
- [DDC-2708] - [DCOM-219] Fix for PHP
5.4.8
not returningtrue
foris_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
- [DCOM-216] Better exceptions when a proxy is instantiated with an invalid identifier
- [DCOM-206] Removed gender bias in a DocBlock in
EventManager
- [DCOM-220] Fixed typo in
ObjectManager
DocBlock - [DCOM-228] Better exception message when the proxy dir is not writable
- Added HHVM to build matrix
- Requiring PHPUnit as composer dev-dependency
- [DCOM-223] Better support for multi-line annotations
- [DCOM-237] Fixed links to the documentation
New Feature
- [DDC-1247] - Implemented
AnnotationDriver#addExcludePath()
v2.4.1
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