Skip to content

Releases: godrose/Solid

v2.3.6

21 Oct 09:28
842fdc9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

V2.3.5

15 Apr 05:22
b4f57fe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

V2.3.4

23 Jan 06:44
eeaa152
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

V2.3.3

24 Nov 16:36
fea4144
Compare
Choose a tag to compare

This release contains the following features and fixes

What's Changed

  • Feature/net6 support #88
  • Dynamic assembly loading support #88

Full Changelog: v2.3.2...v2.3.3

V2.3.2

06 Sep 11:30
5c537f5
Compare
Choose a tag to compare

This release contains the following features and fixes

V2.3.1

21 Jun 05:25
Compare
Choose a tag to compare

This release contains new features and adjustments:

  • #68
  • Unified Specs structure

Support for .NET 5

23 Apr 12:22
0ad8161
Compare
Choose a tag to compare

This release contains adjustments needed for compatibility with .NET 5

More topological sort

10 May 05:35
0cd68f5
Compare
Choose a tag to compare

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

09 Mar 08:33
7edc7a1
Compare
Choose a tag to compare

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

15 Jan 07:21
Compare
Choose a tag to compare

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