Skip to content

1.1.2

Compare
Choose a tag to compare
@mglaman mglaman released this 15 Dec 22:16
· 415 commits to main since this release
fecdf4c

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

Full Changelog: 1.1.1...1.1.2