Skip to content

Releases: mariuszkerl/AspNetCoreSubdomain

v2.0.0

23 Jul 18:16
73b7ab4
Compare
Choose a tag to compare

.NET Core 3 compatibile

v1.1.0

02 Jul 17:31
f2a1cbe
Compare
Choose a tag to compare

Added support for constraints in subdomain

v1.0.3

28 Jan 13:48
Compare
Choose a tag to compare

Fixed issue when subdomain routing was not working for urls starting with www

v1.0.2

05 Jan 19:27
442ba6e
Compare
Choose a tag to compare

Added summaries for methods
Removed SubdomainVirtualPathContext class which was not used anymore

v1.0.1

29 Dec 17:26
Compare
Choose a tag to compare

Fixed subdomain URL matched by nonsubdomain route issue

v1.0.0

29 Oct 12:25
7347b28
Compare
Choose a tag to compare

Library is now in .NET Standard 2.0
Removed SubdomainLink html helper extensions. Standard HtmlAction has to be used instead.

v0.5.0

21 Oct 15:53
Compare
Choose a tag to compare

Defaults embedded in subdomain template are now supported

v0.4.0

12 Oct 17:27
Compare
Choose a tag to compare

Introduced integration tests for:

BeginForm test helper
ActionLink test helper
Form tag helper
Anchor tag helper

Introduced functional tests for:

area in subdomain routing

Fixed:

link generation while subdomain is equal to current host

v0.3.1

18 Sep 16:14
Compare
Choose a tag to compare

Area can be used as a parameter in subdomain
Url is now generated correctly when url route values will point to the same subdomain which host is on
Fixed subdomain route sometimes breaking while route value was already present

v0.3.0

03 Sep 13:51
Compare
Choose a tag to compare

UrlHeper generates correct urls for actions
Forms are generated correctly
ActionLink helper generating correct links
SubdomainLink helper is obsolete from now