v5.1.0
What's Changed
- Extend ILifetimeSelector with a new WithLifetime method that acepts a Func<Type, ServiceLifetime> parameter to map implementation type to service lifetime by @ripebananas in #240
- The
IsDecorated
method has been made public by @portyanikhin in #242 - Fix AddClasses method to take only public classes not private by @AntonyNET in #238
New Contributors
- @ripebananas made their first contribution in #240
- @portyanikhin made their first contribution in #242
- @AntonyNET made their first contribution in #238
Full Changelog: v5.0.3...v5.1.0