Skip to content

Releases: mindplay-dk/unbox

Code quality updates

06 May 08:34
Compare
Choose a tag to compare

Minor code quality updates

3.0.0

28 Nov 09:52
5a54bb1
Compare
Choose a tag to compare
Merge pull request #27 from mindplay-dk/3.0.0

3.0.0

Maintenance release

30 Jan 10:58
70ced92
Compare
Choose a tag to compare

Fixes a deprecation notice under PHP 7.4.

Bugfix release

11 Feb 13:20
fd7b1f2
Compare
Choose a tag to compare

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.

Tweak

21 Sep 08:18
Compare
Choose a tag to compare

Clarifies an exception message.

Maintenance release

07 Dec 10:09
0473972
Compare
Choose a tag to compare

This release improves forward compatibility with the final PSR-11 package.