mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Prepare Version 5.0.0
This commit is contained in:
parent
6607a47713
commit
19af879b5f
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
** Next version**
|
**Version 5.0.0**
|
||||||
* DEPRECATE ADD_CONCRETE_TYPE_REGISTRATION registration option. It basically does nothing anymore. See next point.
|
* DEPRECATE ADD_CONCRETE_TYPE_REGISTRATION registration option. It basically does nothing anymore. See next point.
|
||||||
* CHANGE adding registrations by super type always registers them by concrete type as well now. (Previously done with ADD_CONCRETE_TYPE_REGISTRATION). See DO_NOT_ADD_CONCRETE_TYPE_REGISTRATION for the reverse behaviour.
|
* CHANGE adding registrations by super type always registers them by concrete type as well now. (Previously done with ADD_CONCRETE_TYPE_REGISTRATION). See DO_NOT_ADD_CONCRETE_TYPE_REGISTRATION for the reverse behaviour.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 4.0.0
|
Version 5.0.0
|
||||||
Copyright 2014-2015 Mike Bierlee
|
Copyright 2014-2015 Mike Bierlee
|
||||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||||
|
|
||||||
|
@ -60,6 +60,7 @@ Future Work
|
||||||
* Component scan (auto-registration)
|
* Component scan (auto-registration)
|
||||||
* Custom instance factories (replaces registration scopes)
|
* Custom instance factories (replaces registration scopes)
|
||||||
* Phobos collections autowiring
|
* Phobos collections autowiring
|
||||||
|
* Constructor injection
|
||||||
|
|
||||||
[Spring Framework]: http://projects.spring.io/spring-framework/
|
[Spring Framework]: http://projects.spring.io/spring-framework/
|
||||||
[Hypodermic]: https://github.com/ybainier/hypodermic/
|
[Hypodermic]: https://github.com/ybainier/hypodermic/
|
||||||
|
|
Loading…
Reference in a new issue