mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Prepare next release
This commit is contained in:
parent
4faf7f2e47
commit
7ccd05f1d4
|
@ -1,5 +1,8 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
|
**Version 8.1.1**
|
||||||
|
* FIX issues where chained registration scopes get rid of initializedBy's and initializedOnceBy's factory method, reverting it to a default instance factory.
|
||||||
|
|
||||||
**Version 8.1.0**
|
**Version 8.1.0**
|
||||||
* ADD ability to provide custom instance creator when registering a dependency (PR #28)
|
* ADD ability to provide custom instance creator when registering a dependency (PR #28)
|
||||||
* ADD post-instance-consruction callback (PR #28)
|
* ADD post-instance-consruction callback (PR #28)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 8.1.0
|
Version 8.1.1
|
||||||
Copyright 2014-2021 Mike Bierlee
|
Copyright 2014-2021 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