Releases: gacela-project/container
Releases · gacela-project/container
0.6.0
Change min PHP support for PHP>=8.1
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- Improved error message when no concrete binded class was found by @Chemaclass in #14
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Add infection dependency by @JesusValera in #11
- Resolve callable dependencies by @Chemaclass in #12
- Add Container->resolve(Closure) by @Chemaclass in #13
Full Changelog: 0.4.0...0.5.0
0.4.0
What's Changed
- Allow set instance by id by @Chemaclass in #10
- Add Container methods: set, factory, extend, remove, protect
- Remove final from
Container
to allow decorating it using inheritance
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Implement PSR-11 on InsanceCreator class by @JesusValera in #5
- Optimize resolve classes by @JesusValera in #8
- Rename project to container by @Chemaclass in #9
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Add static instance create by @Chemaclass in #2
- Rename mappingInterfaces to bindings by @Chemaclass in #3
- Group exceptions in its own dir by @Chemaclass in #4
New Contributors
- @Chemaclass @JesusValera @Tito-Kati
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial release using the existing code from Gacela 1.1: InstanceCreator & DependencyResolver.
Full Changelog: https://github.com/gacela-project/dependency-resolver/commits/0.1.0