Skip to content

Releases: z4kn4fein/stashbox

Stashbox v2.5.7

18 Jan 13:27
Compare
Choose a tag to compare

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

24 Nov 18:44
Compare
Choose a tag to compare

v2.5.6 issues
Fixed: Nullreference on fetching custom attributes under netcoreapp1.1 target

Stashbox v2.5.5

24 Nov 17:14
Compare
Choose a tag to compare

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

27 Aug 16:23
Compare
Choose a tag to compare

v2.5.4 issues

  • 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

28 Jun 15:26
Compare
Choose a tag to compare
  • Fixed a bug in the expression building when post build extensions are registered

Stashbox v2.5.2

09 Jun 11:00
Compare
Choose a tag to compare

v2.5.2 resolved issues

  • Fix the container extension registration
  • Fix generic constraint handling

Stashbox v2.5.1

17 May 13:25
Compare
Choose a tag to compare

v2.5.1 resolved issues

  • Added .NET Standard 1.3 support (IL emit)
  • The UnknownTypeResolver is now uses a configurator delegate for registrations

Stashbox v2.4.8

15 May 16:42
Compare
Choose a tag to compare

v2.4.8 resolved issues

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

10 May 13:29
Compare
Choose a tag to compare
Fixed wrong PutInstanceInScope behavior

Stashbox v2.4.6

10 May 11:18
Compare
Choose a tag to compare
Increased version