All Versions
30
Latest Version
Avg Release Cycle
15 days
Latest Release
1276 days ago

Changelog History
Page 2

  • v4.2.5 Changes

    July 20, 2020

    ๐Ÿš€ v4.2.5 Bug-fix release / 2020-07-19

    • ๐Ÿ›  fixed: #294 in parameter modifier breaks service resolution
  • v4.2.4 Changes

    July 14, 2020

    ๐Ÿš€ v4.2.4 Bug-fix release

    • ๐Ÿ›  fixed: #290 ScopedTo to Singleton does not work
  • v4.2.3 Changes

    July 04, 2020

    ๐Ÿš€ v4.2.3 Bug-fix release

    • ๐Ÿ›  fixed: #289 Think how to make Use to directly replace scoped service without special asResolutionCall setup
  • v4.2.2 Changes

    July 02, 2020

    ๐Ÿš€ v4.2.2 Bug-fix release

    • ๐Ÿ›  fixed: #288 Recursive resolution ignores current scope .Use() instance
    • small perf improvements
  • v4.2.1 Changes

    June 08, 2020

    ๐Ÿš€ v4.2.1 Bug-fix release

    • ๐Ÿ›  fixed: #156 Xamarin Forms iOS System.PlatformNotSupportedException: Operation is not supported on this platform.
    • ๐Ÿ›  fixed: #283 Open-generic decorators are no applied to the service registered via RegisterInstance
  • v4.2.0 Changes

    May 18, 2020

    ๐Ÿš€ v4.2.0 Feature release

    ๐Ÿ”‹ feature: #270 Add FEC.LightExpression.LambdaExpression wrapper to work the same as System LambdaExpression

    ๐Ÿ›  fixed: #258 System Invalid program exception when removing dependency

    ๐Ÿ›  fixed: #265 Improve the case with splitting the big object graph

    ๐Ÿ›  fixed: #267 [MS.DI] Incorrect resolving for generic types.

    ๐Ÿ›  fixed: #256 Memory usage increase up to 7 percent in real-case benchmark

    ๐Ÿ›  fixed: #254 ResolveMany if singleton decorators decorates the first item only

    ๐Ÿ›  fixed: #280 Possibility to make source files which are embedded to the project internal?

  • v4.1.4 Changes

    April 03, 2020

    ๐Ÿš€ v4.1.4 Bug-fix release

    • #242 Validate call hangs when there are many singletons
    • #245 Validate may not create the actual expressions to be more performant
    • #250 Original stack trace is lost at Interpreter.TryInterpretAndUnwrapContainerException
  • v4.1.3 Changes

    March 27, 2020

    ๐Ÿš€ v4.1.3 Bug-fix release

    • #248 WithConcreteTypeDynamicRegistrations condition gets called with serviceKey always null
  • v4.1.2 Changes

    March 12, 2020

    ๐Ÿ› Bug-fix release

    • 0๏ธโƒฃ #236 Additional default parameter for Made creation public API introduced binary incompatibility
    • #237 UseInstance with interface-based serviceType does not replace previous instance
    • partially #235 (added RegisterInstanceMany)
    • partially #233 (added RegisterDelegate overload for the single dependency)
  • v4.1.1 Changes

    March 05, 2020

    ๐Ÿ› Bug-fix release

    • #118 Validate issue
    • #215 RegisterInitializer causes additional call(s) to TService.Dispose when container is disposed
    • #220 Fix INavigationService resolution in Prizm extensions
    • โšก๏ธ #227 Optimize IsRegistered
    • โšก๏ธ #228 Updated DryIoc from 4.0.4.0 to 4.1.0 in Unity Engine project, keyed register/resolve wont work anymore
    • #230 Add the error code into the ContainerException message to simplify error finding