mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 12:14:01 +01:00
Prepare documention for version 0.3.0
This commit is contained in:
parent
b9f39a1a98
commit
a73b2b9b8b
|
@ -1,5 +1,10 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
|
**Version 0.3.0**
|
||||||
|
* ADD alternative workaround to readme for autowire limitation
|
||||||
|
* CHANGE returning of resolved instances by returning them by qualifier type instead
|
||||||
|
* ADD debug specifier to reduce verbosity of debug output
|
||||||
|
|
||||||
**Version 0.2.0**
|
**Version 0.2.0**
|
||||||
* ADD ability to register type with multiple concrete types. They can be correctly resolved using qualifiers.
|
* ADD ability to register type with multiple concrete types. They can be correctly resolved using qualifiers.
|
||||||
* DEPRECATE template for autowiring in constructor. This workaround is buggy. Use qualifiers instead.
|
* DEPRECATE template for autowiring in constructor. This workaround is buggy. Use qualifiers instead.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 0.2.0
|
Version 0.3.0
|
||||||
Copyright 2014 Mike Bierlee
|
Copyright 2014 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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue