All notable changes to biurad/nette-di-bridge
will be documented in this file.
- Improved code complexity and performance using cs fixtures
- Added service definitions access from xml files
- Added
BiuradPHP\DependencyInjection\Interfaces\ResolverInterface
- Added
BiuradPHP\DependencyInjection\Interfaces\ScopeInterface
- Added annotations prototype feature to container
- Added phpunit tests
- Removed
bindMethod
from DependencyInjection container - Replaced
InvalidStateException
with PSR-11ContainerResolutionException
- Moved php class files from
Concerns
toCompilers
folder - Marked
Singleton
class as final - Updated php files header doc
- Updated README.md file
- First release