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()