1.3.0
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 toFillClassProperties
to support additional behavior for libraries that extend Vault. [#25]