Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bierlee committed Jul 6, 2021
1 parent 70b4c9e commit 199d936
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 22 deletions.
26 changes: 5 additions & 21 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,12 @@
Poodinis Changelog
==================
**Version 8.1.0-beta.7**
* 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**
**Version 8.1.0**
* ADD ability to provide custom instance creator when registering a dependency (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**
* FIX struct types being injected into constructors (Fixes issue #25)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Poodinis Dependency Injection Framework
=======================================
Version 8.1.0-beta.7
Version 8.1.0
Copyright 2014-2021 Mike Bierlee
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)

Expand Down

0 comments on commit 199d936

Please sign in to comment.