Releases: mariuszkerl/AspNetCoreSubdomain
v2.0.0
v1.1.0
Added support for constraints in subdomain
v1.0.3
Fixed issue when subdomain routing was not working for urls starting with www
v1.0.2
Added summaries for methods
Removed SubdomainVirtualPathContext class which was not used anymore
v1.0.1
Fixed subdomain URL matched by nonsubdomain route issue
v1.0.0
Library is now in .NET Standard 2.0
Removed SubdomainLink html helper extensions. Standard HtmlAction has to be used instead.
v0.5.0
Defaults embedded in subdomain template are now supported
v0.4.0
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
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
UrlHeper generates correct urls for actions
Forms are generated correctly
ActionLink helper generating correct links
SubdomainLink helper is obsolete from now