www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Poodinis (DI framework) 8.0.0 released

Poodinis is a dependency injection framework for the D 
programming language. It is heavily inspired by the Spring 
Framework.

New in this release is value injection. Via injectors you can 
inject value-types such as primitives or structs. Currently a 
value injector using proper-d is available via a satellite 
project.
Also new in this release is the addition of the  PostConstruct 
and  PreDestroy UDAs, which allow you to specify methods which 
should be executed when a dependency is created or removed from 
the container.

All previously deprecated code has been removed in this version. 
For more info, see the changelog.

You can find the project at:
Github: https://github.com/mbierlee/poodinis
D package registry: http://code.dlang.org/packages/poodinis
Dec 26 2016