Skip to content

1.3.0

Compare
Choose a tag to compare
@ragingdave ragingdave released this 02 Mar 20:09
· 14 commits to master since this release
b432a2d

This has a potential breaking change which is why the jump to 1.3.

BC:
When using the dependency container within an Action, you should use the new ActionHasDependencies instead of the base HasDependencies. This is due to that base trait containing code unrelated to Resource code, so the new trait is just specific to Action usage.