Releases: z4kn4fein/stashbox
Releases · z4kn4fein/stashbox
Stashbox v2.5.7
v2.5.7 issues
Fixed: Resolver factory invoke doesn't pass different parameters given when they're the same type #37
Stashbox v2.5.6
v2.5.6 issues
Fixed: Nullreference on fetching custom attributes under netcoreapp1.1 target
Stashbox v2.5.5
v2.5.5 included issues
Fixed: Mixture of named and non named registrations result in the wrong type resolved
Fixed: Resolution from parent container not working well
Fixed: ScopedLifetime isn't thread safe
Added: Extend the configuration options
Added: Support custom initializer actions for registrations
Added: Add named scopes
Stashbox v2.5.4
- Fixed : The resolution of an already registered open generic type can result multiple singleton instances because the resolution process is not registering the closed variant into the container.
- Added .net core 2.0 target framework
Stashbox v2.5.3
- Fixed a bug in the expression building when post build extensions are registered
Stashbox v2.5.2
- Fix the container extension registration
- Fix generic constraint handling
Stashbox v2.5.1
- Added .NET Standard 1.3 support (IL emit)
- The UnknownTypeResolver is now uses a configurator delegate for registrations
Stashbox v2.4.8
Enhancements
- Added the .AsImplementedTypes() configuration option
- Added the option to set a cleanup delegate for a registration
- Introduced an IsRegistered method
Bugs
- Fixed the issue when the UnknownTypeResolver tried to resolve primitive types
- Func delegate parameters now are checked by their implemented interfaces and base types as well
Stashbox v2.4.7
Fixed wrong PutInstanceInScope behavior
Stashbox v2.4.6
Increased version