Releases: vanilla/garden-container
Releases · vanilla/garden-container
v4.1.1
v4.1.0
What's Changed
- Reformat the repo with prettier by @acharron-hl in #49
- Make createInstance method protected by @acharron-hl in #50
New Contributors
- @acharron-hl made their first contribution in #49
Full Changelog: v.4.0.2...v4.0.3
Release 4.0.2
What's Changed
- VNLA-3436: Upgrade to PHP 8.1 by @OlivierLamyCanuel in #48
New Contributors
- @OlivierLamyCanuel made their first contribution in #48
Full Changelog: V4.0.1...v.4.0.2
Version 4.0.1
This is a very minor release having some update to the the previous PHP8 release
- Update xdebug version for circleci to V3.1.5 to support php8
- Fixed a bug around resolving overriding passed arguments against default arguments
Version 4.0.0
This release adds CI and Psalm support for PHP 8.0 and container support for PHP8.0 feature "Union Types" . The minimum version support for CI and psalm has been moved from php 7.2 to php 7.4.
Version 3.1.0
Definitions of some methods of Container
have been extracted into ContainerConfigurationInterface
.
Version 3.0.7
This is a minor release that just improves error messaging to aid in debugging container instantiation issues.
Version 3.0.6
This release adds CI and Psalm support for PHP 7.4.
Version 3.0.5
This version has only doc block changes to support new functionality in PHPStorm.
v4.0.0 Beta 1
Beta release, nothing to see here.