umco / umbraco-ditto

Ditto - the friendly view-model mapper for Umbraco
http://our.umbraco.org/projects/developer-tools/ditto
MIT License
79 stars 33 forks source link

Internal refactor - Get Default Processor instance not type #229

Closed leekelleher closed 7 years ago

leekelleher commented 7 years ago

Refactored to return an instance of the processor rather than the type.

We were previously passing around the Type of the default processor, rather than getting an instance of it when we required it.

This is an internal API, no breaking-changes here.