Releases: z4kn4fein/stashbox
Releases · z4kn4fein/stashbox
Stashbox v2.7.4
- 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
- bugfix: #51 WithUnknownTypeResolution breaks Constructor selection rules
Stashbox v2.7.1
- 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
- bugfix: Unable to use nullable types with injection parameters #49
Stashbox v2.6.7
- bugfix: Chained named scopes are not working properly #48
- performance increase on scoped resolutions
Stashbox v2.6.5
- hotfix: Fix attribute reading on netcoreapp1.1 target
Stashbox v2.6.4
Stashbox v2.6.3
- Renamed:
RegisterType(...)
toRegister(...)
- Added: SourceLink support
Stashbox v2.6.1
v2.6.1 issues
Fixed: Issue with Member Injection with Attribute but private setter #43
Stashbox v2.6.0
Refactor child container variable access