LightInject v6.4.0 Release Notes

Release Date: 2020-10-19 // over 3 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 new Initialize overload that filters initialization by the TService 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.