Skip to content

Releases: z4kn4fein/stashbox

Stashbox v2.7.4

06 May 16:25
Compare
Choose a tag to compare
  • feature: #53 ComposeBy / ICompositionRoot with an instance and / or injection
  • feature: #54 Make InjectionParameter configuration more fluent
  • feature: #55 Conditions on member name are not easy to recognize and not well documented
  • feature: #56 Exclude filter for member injection without annotation
  • feature: #57 Container configuration changed event

Stashbox v2.7.3

07 Mar 13:39
Compare
Choose a tag to compare
  • bugfix: #51 WithUnknownTypeResolution breaks Constructor selection rules

Stashbox v2.7.1

22 Feb 11:24
Compare
Choose a tag to compare
  • bugfix: #50 Generate one instance for multiple interfaces
  • api change: GetAllRegistrations() renamed to GetRegistrationMappings() which returns now an IEnumerable<KeyValue<Type, IServiceRegistration>> where the first generic parameter is the ServiceType.

Stashbox v2.6.8

31 Jan 01:02
Compare
Choose a tag to compare
  • bugfix: Unable to use nullable types with injection parameters #49

Stashbox v2.6.7

13 Jan 14:13
Compare
Choose a tag to compare
  • bugfix: Chained named scopes are not working properly #48
  • performance increase on scoped resolutions

Stashbox v2.6.5

27 Dec 11:50
Compare
Choose a tag to compare
  • hotfix: Fix attribute reading on netcoreapp1.1 target

Stashbox v2.6.4

26 Dec 17:42
Compare
Choose a tag to compare
  • bugfix: #45 Member injection not working when there are different configurations registered for the same implementation
  • bugfix: #46 Fix for the failing aspnet/DI open generic tests

Stashbox v2.6.3

24 Oct 15:09
Compare
Choose a tag to compare
  • Renamed: RegisterType(...) to Register(...)
  • Added: SourceLink support

Stashbox v2.6.1

27 Aug 14:06
Compare
Choose a tag to compare

v2.6.1 issues
Fixed: Issue with Member Injection with Attribute but private setter #43

Stashbox v2.6.0

15 Jun 17:12
Compare
Choose a tag to compare
Refactor child container variable access