Skip to content

1.3.0

Compare
Choose a tag to compare
@kensykora kensykora released this 21 Jun 21:14
· 38 commits to master since this release

New Feature: Independence from Web Context

Extended the current UmbracoContext implementation to include a secondary implementation that removes any dependency on IPublishedContext, UmbracoHelper, and the Umbraco WebContext. Instead of using the WebContext as a vehicle for retrieving data from Umbraco, the ServiceContext is used. [#27]

Other

  • Added PropertyInfo parameter to FillClassProperties to support additional behavior for libraries that extend Vault. [#25]