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
70b4c9e9dd
commit
199d936070
26
CHANGES.md
26
CHANGES.md
|
@ -1,28 +1,12 @@
|
||||||
Poodinis Changelog
|
Poodinis Changelog
|
||||||
==================
|
==================
|
||||||
**Version 8.1.0-beta.7**
|
**Version 8.1.0**
|
||||||
* REVERT fix for issue #31. It broke too many valid cases.
|
|
||||||
|
|
||||||
**Version 8.1.0-beta.6**
|
|
||||||
* FIX multiple template arguments not allowed on constructor argument injection (PR #37)
|
|
||||||
|
|
||||||
**Version 8.1.0-beta.5**
|
|
||||||
* FIX initializedBy not creating objects when registering by interface (PR #34)
|
|
||||||
|
|
||||||
**Version 8.1.0-beta.4**
|
|
||||||
* ADD compilation failure when trying to register a class by a supertype it does not inherit from. (#31)
|
|
||||||
* FIX breakage due to refactored isFunction from Phobos' traits module. (Fixes #32)
|
|
||||||
|
|
||||||
**Version 8.1.0-beta.3**
|
|
||||||
* CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy().
|
|
||||||
* ADD initializedOnceBy() to create singleton instances via injection initializer.
|
|
||||||
|
|
||||||
**Version 8.1.0-beta.2**
|
|
||||||
* FIX inheritance type template in custom instance creator (PR #29)
|
|
||||||
|
|
||||||
**Version 8.1.0-beta**
|
|
||||||
* 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)
|
||||||
|
* FIX inheritance type template in custom instance creator (PR #29)
|
||||||
|
* CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy().
|
||||||
|
* ADD initializedOnceBy() to create singleton instances via injection initializer.
|
||||||
|
* FIX multiple template arguments not allowed on constructor argument injection (PR #37)
|
||||||
|
|
||||||
**Version 8.0.3**
|
**Version 8.0.3**
|
||||||
* FIX struct types being injected into constructors (Fixes issue #25)
|
* FIX struct types being injected into constructors (Fixes issue #25)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Poodinis Dependency Injection Framework
|
Poodinis Dependency Injection Framework
|
||||||
=======================================
|
=======================================
|
||||||
Version 8.1.0-beta.7
|
Version 8.1.0
|
||||||
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