Aspnet Routing Versions Save

[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore

1.0.0-rc1

8 years ago

Bugs Fixed

  • Template matching culture comparison (#210)

1.0.0-beta8

8 years ago

Bugs Fixed

  • Add timeout values to all regex expressions (#181)

1.0.0-beta7

8 years ago

1.0.0-beta6

8 years ago

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

8 years ago

1.0.0-beta4

9 years ago

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-beta3

9 years ago

1.0.0-beta2

9 years ago

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

9 years ago

1.0.0-alpha4

9 years ago

Bugs Fixed

  • Use a common query string builder api (#9)