Skip to content

Release 1.1

Choose a tag to compare

@brentscheffler brentscheffler released this 14 Oct 19:12
· 27 commits to master since this release

What's new

  • Added alias method to register an alias to another container item.
  • Added makeCallable method to take a string and convert it into a callable. Supports common Class@Method format as well as invocable classes.
  • Added getCallableArguments method to resolve arguments of a callable from both the container and any passed-in arguments.

Breaking changes

  • Changing method signature for call