Skip to content

1.3.2

Compare
Choose a tag to compare
@kluhman kluhman released this 31 Jan 13:52
· 22 commits to master since this release

Improvements to mapping process

  • When mapping the current content to a model, updated to use the IPublishedContent from the PublishedContentRequest on the UmbracoContext rather than looking up the content by the assigned Id. This should be marginally more performant by avoiding doing an additional lookup, but also provides support for any libraries that provider virtual content that implements the IPublishedContent interface (i.e. Merchello)
  • Updates the value transformation process to allows execute the type handler if one is present to ensure all transformations are done, even if value type and target type already match.