LightInject v6.4.0 Release Notes
Release Date: 2020-10-19 // about 4 years ago-
๐ 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.
Previous changes from v6.3.6
-
๐ 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.