Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Releases: aspnet/Routing

1.0.5

15 Nov 05:05
Compare
Choose a tag to compare
Update patch build to latest dependencies

2.0.0

14 Aug 13:04
Compare
Choose a tag to compare
rel/2.0.0

Update API Check baselines

2.0.0-preview2

28 Jun 06:29
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release
rel/2.0.0-preview2

Cleanup NuGet.config

2.0.0-preview1

10 May 04:28
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

Features

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

Bugs Fixed

  • Using square brackets in regex constraints (#373)

1.1.1

07 Mar 18:59
Compare
Choose a tag to compare

Bugs Fixed

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

1.1.0

16 Nov 16:26
Compare
Choose a tag to compare
rel/1.1.0

Pinning missed tools and dependencies

1.1.0-preview1

25 Oct 15:51
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

Features

  • Add an overload of UseRouter that takes Action (#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)

1.0.1

13 Sep 17:12
Compare
Choose a tag to compare

Bugs Fixed

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

1.0.0

27 Jun 14:54
Compare
Choose a tag to compare

Bugs Fixed

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

1.0.0-rc2

16 May 17:19
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

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)