Releases: alex-patterson-webdev/laminas-factory
Releases · alex-patterson-webdev/laminas-factory
4.0.0
3.0.0
Merge pull request #9 from alex-patterson-webdev/feature/3.0.0 Feature/3.0.0
2.0.0
- Removed deprecated exception classes ServiceNotCreatedException and ServiceNotFoundException. These have now been replaced with the Laminas Service Manager versions.
- Minor code formatting and improvements
- Removed old test cases
- Updated composer dependencies
- Updated README.md
1.1.0
- Improvements to projects build pipeline and general configuration files
- Updated
README.md
1.0.2
Marked custom exception classes ServiceNotCreatedException
and ServiceNotFoundException
as @deprecated
. These classes are planned to be removed in version 2.0.0
.
1.0.1
Fixed issue where AbstractFactory::getService()
would throw a ServiceNotFoundException
even when the provided contrainer allows automatic invokable class registration
1.0.0
Merge pull request #4 from alex-patterson-webdev/feature/1.0.0 Feature/1.0.0