Stashbox v3.6.0 Release Notes

Release Date: 2021-02-25 // about 3 years ago
  • ๐Ÿ“ฆ API changes

    โž• Added

    • ๐Ÿ”ง Parameterized factory delegates. Read more. Also, here is the list of the new factory configuration methods.
    • Multiple conditions from the same type are now combined with OR logical operator. Read more.
    • Named version of the .WhenDecoratedServiceIs() decorator condition. Read more.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ”ง .InjectMember() registration configuration option. .WithDependencyBindig() should be used instead. Read more.

    โœ‚ Removed

    • 0๏ธโƒฃ The GetRegistrationOrDefault(type, resolutionContext, name) method of the IRegistrationRepository interface.
    • ๐Ÿšš Some properties of the RegistrationContext class were moved to internal visibility.