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

Releases: aspnet/Routing

1.0.0-alpha3

17 Aug 02:55
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

Features

  • Dictionary types in routing need to return null when key is not found (#85)
  • Log routing data for route debugging (#75)
  • Data Tokens support (#45)

Bugs Fixed

  • Make ambient values part of 'accepted values' during the constraints part of link generation. (#77)
  • Move Template class from Microsoft.AspNet.Routing.Template to Microsoft.AspNet.Routing (#55)

Samples

1.0.0-alpha2

08 Jul 03:34
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release

Features

  • Support for inline constraints in route templates (#58)
  • New "exists" inline constraint