Skip to content

v2.0.0

Compare
Choose a tag to compare
@hultberg hultberg released this 25 Aug 15:17
· 59 commits to master since this release
v2.0.0
  • Implement compiling container with all defined definitions
  • Rename helper function \HbLib\Container\get to \HbLib\Container\resolve
  • Add new definition Reference, use it to reference other definitions. A helper function has been added for it: \HbLib\Container\reference
  • Add new DefinitionSource object to hold all definitions.
  • Add new ContainerBuilder. It allows you to enable compiling.
  • Implement circular dependency resolving checking