1.1.2
Highlights
With #264 we have added the ability to look up discovered extensions, which should greatly improve the rules which load files called by module_load_include
and ModuleHandlerInterface::loadInclude
. Previously these two rules had to re-scan for extensions whenever the function or method was analyzed.
What's Changed
- Fail to map a service with a parent which overrides its parent too by @brambaud in #260
- Detect when a class extends a class that has been flagged as
@internal
by @brambaud in #248 - issue #142: resolve incorrect $reflection definition by @eugene-brit in #178
- Add 10.0.x to tests by @mglaman in #269
- Make the discovered Drupal extensions accessible via a service by @brambaud in #264
- Respect
@property
annotations on Entity classes by @jacktonkin in #268
New Contributors
- @eugene-brit made their first contribution in #178
- @jacktonkin made their first contribution in #268
Full Changelog: 1.1.1...1.1.2