Aspnet Routing Versions Save

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

1.0.5

6 years ago

rel/2.0.0

6 years ago

rel/2.0.0-preview2

6 years ago

rel/2.0.0-preview1

7 years ago

Features

  • Add extensions for super simple HTTP service application building (#367)

Bugs Fixed

  • Using square brackets in regex constraints (#373)

rel/1.1.1

7 years ago

Bugs Fixed

  • Raw route values should be restored after template binder failing binding values when generating a url (#370)

rel/1.1.0

7 years ago

rel/1.1.0-preview1

7 years ago

Features

  • Add an overload of UseRouter that takes Action<IRouteBuilder> (#332)

Bugs Fixed

  • Routing is matching empty segments to parameters and defaults are wrong (#359)
  • Fix behavior when optional parameters are defined within a route and not at the end (#357)
  • Error message incorrectly references RouteCollection when you don't set the default handler on RouteBuilder (#351)
  • Consider exposing default routing feature implementation (#333)
  • Request not matching route with defaults (#324)

rel/1.0.1

7 years ago

Bugs Fixed

  • Port fix for "Request not matching route with defaults" to 1.0.1 (#346)

1.0.0

7 years ago

Bugs Fixed

  • No route candidate coming back to Mvc when it should be resolvable (#316)

1.0.0-rc2

8 years ago

Features

  • Add HttpMethodRouteConstraint (#248)
  • Move attribute routing from Mvc to Routing (#230)
  • Support running middleware in routing (#224)

Bugs Fixed

  • Not sure why but seems the parameter "defaultHandler" is useless here (#294)
  • Throw a nicer error when the routing services haven't been added to DI (#276)
  • Change the data type of VirtualPathData.VirtualPath (#270)
  • RequestDelegateRouteBuilderExtensions are in the wrong namespace (#267)
  • Routing (Get(int id)) has been broken in latest RC2 (#233)