ltackmann / dice

Lightweight dependency injection framework for Dart
Other
34 stars 7 forks source link

Support inherited properties when resolving injections. (Issue #28) #29

Closed bobjackman closed 6 years ago

bobjackman commented 6 years ago

This resolves Issue #28

jonkirkman commented 6 years ago

@KOGI Do you think any tests should be added (or improved) in order to validate this?

bobjackman commented 6 years ago

@Itackmann, when can we expect a release with this new functionality included? We could really use it on our project!

ltackmann commented 6 years ago

Hi

Its now released as version 1.8, I could use some contributors so if you want I can add you to the pub spec so you can also upload new versions

On Fri, Mar 16, 2018 at 8:18 PM, KOGI notifications@github.com wrote:

@itackmann, when can we expect a release with this new functionality included? We could really use it on our project!

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ltackmann/dice/pull/29#issuecomment-373818341, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbXovLgDm-LVGHBEZaALzZQf9m8S8Q5ks5tfBAWgaJpZM4RfFsp .

bobjackman commented 6 years ago

Thank you!

MikeMitterer commented 6 years ago

this breaks all my tests...

MikeMitterer commented 6 years ago

@ltackmann I've pushed a new version to the repo that solves the problem (#30 ) Could you please publish the new version asap because, as said, the current version breaks most of my internal tests