Releases: aspnet/Routing
Releases · aspnet/Routing
1.0.0-rc1
Bugs Fixed
- Template matching culture comparison (#210)
1.0.0-beta8
Bugs Fixed
- Add timeout values to all regex expressions (#181)
1.0.0-beta7
Tag for new release 1.0.0-beta7
1.0.0-beta6
Features
- Please add support for AppendTrailingSlash to RouteOptions (#188)
- Consider changing _logger.LogInformation to _logger.LogVerbose in TemplateRoute.cs (#187)
Bugs Fixed
- Decrease amount of logging for non-matching routes (#191)
1.0.0-beta5
Tag for new release 1.0.0-beta5
1.0.0-beta4
Bugs Fixed
- AddRouting IServiceCollection extension should be in Microsoft.Framework.DependencyInjection namespace like other extensions (#160)
- Routing produces unhelpful error message in case of malformed template with optional parameter (#148)
Features
- Consider ConfigureRouting instead of ConfigureRouteOptions (#159)
- Add data tokens for link generation (#154)
- Support lower case routes (#140)
- Should GetVirtualPath return PathString (#31)
1.0.0-beta2
Features
- Route DataTokens- Readonly (#92)
Bugs Fixed
- {id:int?} should act as optional (#123)
- RouterMiddleware should resolve ILoggerFactory from DI in the constructor (#104)
1.0.0-beta1
Updating to release NuGet.config
1.0.0-alpha4
Bugs Fixed
- Use a common query string builder api (#9)