Skip to content

Bugfix release

Compare
Choose a tag to compare
@mindplay-dk mindplay-dk released this 11 Feb 13:20
· 62 commits to master since this release
fd7b1f2

With this release, Container will throw a ContainerException if a circular dependency is encountered.

The previous version allowed certain kinds of circular bootstrapping, but (due to an implementation detail) under certain circumstances would satisfy a circular dependency by generating two instances of the same component.