1.1.8
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
Full Changelog: 1.1.7...1.1.8