Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 567 Bytes

Changelog.md

File metadata and controls

20 lines (15 loc) · 567 Bytes

Version 1.3.4

Fixed issue #1

Version 1.3

Possibility to inject ContainerFactoryInterface to access to container and create objects dynamically @Factory decorator to auto-create factories

Version 1.2

@Optional decorator for constructor argument injection and property injection.

Version 1.1.2

Spelling fixes and minor fixes in typing file.

Version 1.1

Features

@Inject and @ConstructorInject supports resolving by string definition. @ConstructorInject could be used to override factory method for constructor arguments.

Version 1.0

Initial release.