Skip to content

v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@anuptalwalkar anuptalwalkar released this 02 May 20:35
· 301 commits to master since this release

API renaming and introducing Invoke functionality

  • Rename RegisterAll and MustRegisterAll to ProvideAll and
    MustProvideAll.
  • Add functionality to Provide to support constructor with n return
    objects to be resolved into the dig.Graph
  • Add Invoke function to invoke provided function and insert return
    objects into the dig.Graph