Releases: godrose/Solid
Releases · godrose/Solid
v2.3.6
V2.3.5
V2.3.4
V2.3.3
V2.3.2
V2.3.1
Support for .NET 5
This release contains adjustments needed for compatibility with .NET 5
More topological sort
This release implements several enhancements:
- #45 - support for cases where there has to be specific order of middleware invocation.
- #46 - support for cases where there has to be specific order of modules composition.
- #47 - providing basic Bootstrapper that's suitable for most cases.
Pay attention that composition modules with the same name and namespace are no longer supported and hence the consumer code should be slightly adjusted.
The 2.1.0 version
This release implements two enhancements:
- #36 - a long-standing functionality duplication where both Modularity and Discovery aspects loaded the same assemblies. From now on there is single assembly source and the dependency between the aspects is clearer.
- #42 - the whole approach for specifying assembly matching conditions should be opt-in, i.e. if no value is specified then anything is allowed
Pay attention that some public signatures have changed and therefore the consumer code should be slightly adjusted.
The 2.0.0 release with some cool features
What's new:
- Excellent support for bootstrapping including aspect-oriented composition
- More automagical facilities
- Fully x-plat*
- Support for .NETStandard 2.0
- Support for the latest stable UWP (6.1.9)
- Support for custom dependency registrators
- Support for topological sort on dependencies
*Except plat-specific enlightenment code