- Added a generic version of the fluent syntax.
- Big changes in fluent-syntax.
- Added support to resolve a parameters:
- Factory: AnyCustomFunc{T}, AnyCustomFunc{IEnumerable<IInjectionParameters>,T},
AnyCustomFunc{IDictionary<string, object>,T}, AnyCustomFunc{IEnumerable<IInjectionParameters>,IDictionary<string, object>,T}
- Lazy: AnyCustomLazy<T>
- Binding metadata: ISetting
- Change binding builders, now you can configure them through the string settings.
- Increase performance.
- Fixed some bugs.
- Added MugenInjection.Xml.
- Updated examples.