Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

34 lines (25 loc) · 1.3 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.2.0] - 2022-04-23

Added

  • Route handler for rendering templates within a SurfaceController
  • Route handler for finding content by XPath

Changed

  • Renamed RootNodeByDomainRouteHandler to UmbracoVirtualRootNodeByDomainRouteHandler for consistency

1.1.1 - 2021-07-01

Fixed

  • Re-added RootNodeByDomainRouteHandler constructor with single-parameter

1.1.0 - 2021-06-30

Added

  • Extension method for getting URL behind proxy (via X-Forwarded headers)

Changed

  • First root node is returned when no matches are found for domain
  • DomainHelper is injected into route handlers

1.0.0 - 2020-02-01

Added

  • Initial release of Routing Extensions for Umbraco 8.1