mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Prepare release 0.1.3
This commit is contained in:
parent
50824b4e5c
commit
5ddcff7dcd
|
@ -1,5 +1,10 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
|
**Version 0.1.3**
|
||||||
|
* ADD global autowire function for convinience
|
||||||
|
* CHANGE workaround to be more simple
|
||||||
|
* FIX autowiring classes which container non-symbolic declarations such as aliases. As a result, only variables are attempted to be autowired.
|
||||||
|
|
||||||
**Version 0.1.2**
|
**Version 0.1.2**
|
||||||
* ADD workaround for failing to autowire types registered by supertype or interface
|
* ADD workaround for failing to autowire types registered by supertype or interface
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 0.1.2
|
Version 0.1.3
|
||||||
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