Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 767 Bytes

CHANGELOG.md

File metadata and controls

22 lines (17 loc) · 767 Bytes

Changelog

All notable changes to biurad/nette-di-bridge will be documented in this file.

0.1.7 - 2020-06-17

  • 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-11 ContainerResolutionException
  • Moved php class files from Concerns to Compilers folder
  • Marked Singleton class as final
  • Updated php files header doc
  • Updated README.md file

0.1.0 - 2020-04-26

  • First release