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

1.1.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 25 Oct 15:51

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)