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

1.0.0-rc2

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 16 May 17:19

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)