Skip to content

1.1.8

Compare
Choose a tag to compare
@mglaman mglaman released this 12 Jan 22:53
· 376 commits to main since this release
62d9979

RenderCallbackRule Improvements

The RenderCallbackRule added in 1.1.5 had various flaws. This release should fix them:

  • Improper analysis of #access_callback – not an array, single callable.
  • Improper analysis of #lazy_builder – an array, but of call_user_func_array values ([callable, args])
  • service_name:method style callbacks were not parsed, now they are

What's Changed

  • Calling getStorage with a constant does not resolve entity mapped storage class by @dpi in #300
  • Handle controller notation for callbacks by @mglaman in #302
  • Fix #lazy_builder callback analysis and static::class concatenation warning by @mglaman in #304

New Contributors

  • @dpi made their first contribution in #300

Full Changelog: 1.1.7...1.1.8