Changelog History
Page 1
-
v6.4.0 Changes
October 19, 2020๐ Change Log
๐ v6.4.0 (10/19/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Bugfix/initializer (10/19/2020) #547 (seesharper)
๐ This PR fixes a potential bug where we didn't pass the current scope to the
Initialize
method.
Also added a newInitialize
overload that filters initialization by theTService
generic argument. -
v6.3.6 Changes
October 16, 2020๐ Change Log
๐ v6.3.6 (10/16/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Bugfix/execute override only once (10/16/2020) #546 (seesharper)
This PR ensures that service overrides are executed only once. This is really important since we can choose to alter the lifetime of a registration.
-
v6.3.5 Changes
September 23, 2020๐ Change Log
๐ v6.3.5 (9/23/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Corrected order of parameters (6/30/2020) #533 (Illedan)
๐ Fixes a simple typo in the Readme.
๐ Fix code styles in readme (8/20/2020) #536 (rstm-sf)Hello!
๐ Fix code highlighting in this
๐ Also, whitespace and long method parameters were fixed to make it more readable
๐ Non-closing singleton lifetime (9/17/2020) #540 (seesharper)๐ This PR removes the last pieces that actually closes over a scope.
๐ Also moved to Coverlet.Collections instead of Coverlet.MsBuild for code coverage
๐ Bugfix release notes (9/18/2020) #541 (seesharper)๐ Allow passing a composition root instance to RegisterFrom (9/22/2020) #542 (seesharper)
๐ This PR adds support for passing an composition root instance to
RegisterFrom
๐ Feature override extensions (9/22/2020) #543 (seesharper)This PR adds a couple over
Override
overloads that makes it easier to register service overrides.
โ Removed explicit 2.1 install in build script (9/23/2020) #544 (seesharper)๐ Skip explicit .Net Core 2.1 install in build script
Closed Issues
-
v6.3.4 Changes
June 18, 2020๐ Change Log
๐ v6.3.4 (6/18/2020)
๐ Full Changelog
๐ Merged Pull Requests
โ Remove dependency on System.ValueTuple (6/18/2020) #532 (seesharper)
๐ This PR removes the dependency on System.ValueTuple
-
v6.3.3 Changes
May 12, 2020๐ Change Log
๐ v6.3.3 (5/12/2020)
๐ Full Changelog
๐ Merged Pull Requests
โก๏ธ Update readme.md (4/6/2020) #528 (DanielKOcean)
๐ Pass scope to decorator factory delegate (5/12/2020) #530 (seesharper)
This PR ensures that we pass the scope (IServiceFactory) to decorator factory delegates
Closed Issues
-
v6.3.2 Changes
March 09, 2020๐ Change Log
๐ v6.3.2 (3/9/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Fixed a bug where we missed default interface args (3/9/2020) #527 (seesharper)
Closed Issues
-
v6.3.1 Changes
March 02, 2020๐ Change Log
๐ v6.3.1 (3/2/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Use constructor overload instead of optional parameter (3/2/2020) #525 (seesharper)
Closed Issues
- ๐ Create a package for generic host (3/2/2020) #503 (seesharper)
-
v6.3.0 Changes
February 26, 2020๐ Change Log
๐ v6.3.0 (2/26/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Fixed missing semicolon in IEnumerable Example in readme (2/12/2020) #522 (andmos)
Just a quick little thing, noticed a missing
;
in the IEnumerable example.
๐ Optional Arguments (2/26/2020) #523 (seesharper)0๏ธโฃ This PR adds support for optional arguments if the
ContainerOptions.EnableOptionalArguments
property is set totrue
. The default isfalse
. -
v6.2.1 Changes
February 11, 2020๐ Change Log
๐ v6.2.1 (2/11/2020)
๐ Full Changelog
๐ Merged Pull Requests
๐ Bugfix/avl tree rotation (2/11/2020) #521 (seesharper)
๐ This PR fixes a bug we discovered in
๐ seesharper/LightInject.Microsoft.AspNetCore.Hosting#54
The error was caused by an issue with rotating the AVL tree.
Closed Issues
- ๐ Scoped registrations (10/16/2019) #479 (furier)
- ๐ LightInjectWebApiDependencyResolver dispose container (1/20/2020) #492 (Karnah)
- ๐ FunctionFactory fails with string parameter (10/24/2019) #515 (matiassilioni)
- ๐ Understanding UWP Support (11/13/2019) #516 (Mike-EEE)
- ๐ Unable to cast object of type 'Microsoft.Extensions.DependencyInjection.ServiceCollection' to type 'LightInject.IServiceContainer (12/9/2019) #517 (sgf)
- ๐ Question: Fallback for Registered Services (1/3/2020) #518 (Mike-EEE)
-
v6.2.0 Changes
October 18, 2019๐ Change Log
๐ v6.2.0 (10/16/2019)
๐ Full Changelog
๐ Merged Pull Requests
โ Added LifeSpanAttribute (10/16/2019) #514 (seesharper)
This PR adds the
LifeSpanAttribute
that makes it possible to indicate the lifespan of a given lifetime. We will use this information later on for validation purposes such as captive dependenciesClosed Issues