From 19af879b5fb812c26433037e702dc8f85e7748a8 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 26 Sep 2015 22:26:42 +0200 Subject: [PATCH] Prepare Version 5.0.0 --- CHANGES.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5976a98..23252b5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ Poodinis Changelog ================== -** Next version** +**Version 5.0.0** * 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. diff --git a/README.md b/README.md index a2be8fa..177d8b8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Poodinis Dependency Injection Framework ======================================= -Version 4.0.0 +Version 5.0.0 Copyright 2014-2015 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) @@ -60,6 +60,7 @@ Future Work * Component scan (auto-registration) * Custom instance factories (replaces registration scopes) * Phobos collections autowiring +* Constructor injection [Spring Framework]: http://projects.spring.io/spring-framework/ [Hypodermic]: https://github.com/ybainier/hypodermic/