Skip to content

Releases: Starcounter/Starcounter.Startup

0.9.0

04 Apr 15:27
Compare
Choose a tag to compare
  • Update NuGet packages: Microsoft.Extensions.* to 2.2.0.

Fix support for Self.GET returning unsuccessful status code

25 Sep 09:19
Compare
Choose a tag to compare
  • MasterPageMiddleware: When Self.GET returns unsuccessful status code, master page is skipped and the response is returned verbatim
  • Breaking: MasterPage.ExecuteInScope signature is now generic

bugfix

20 Sep 10:21
Compare
Choose a tag to compare
  • Fixed a bug where RouterServiceCollectionExtensions.SetMasterPage didn't work at all

bugfix

20 Sep 09:40
Compare
Choose a tag to compare
  • Fixed a bug where registering a view-model with root URI ("/MyApp") threw an exception

MasterPageMiddleware

19 Sep 13:20
Compare
Choose a tag to compare
  • Introducing new default middleware - MasterPageMiddleware
  • DbScopeMiddleware is now obsolete
  • Extracted Router class into IRouter interface and RouterExtensions