This repository has been archived by the owner on Dec 13, 2021. It is now read-only.
Ditto 0.7.0
Bug fixes
- #49 Allow TypeConverters to be called when property value is null
- #53 null check fix and fall-back value for setting the current Culture
- #59 Update type converters to treat empty string the same as null
- #61 Error when using a TypeConverter that returns a string (Model property is a string)
- #63 Issue with type converters and dependency injection
New features
- #47 Added
Enum
converter. - #65 Ditto Value Resolvers (new attributes to populate property values)
- Dictionary Value Resolver attribute
- #73 AppSettings Value Resolver attribute
- Even more NuGet support...
Breaking Changes
Performance Improvements
- #51 Refactoring
PublishedContentExtensions
for readability and performance. - #67 Implemented the use of Proxy classes to enable lazy loading of
virtual
properties.
Testing
- #60 Sample of mocking
IPublishedContent
Documentation
- We are trialling Read the Docs for our documentation/guides: http://umbraco-ditto.readthedocs.org
Special thanks to all Ditto contributors for this release:
@akatakritos, @Hendy, @Jeavon, @JimBobSquarePants, @leekelleher, @mattbrailsford, @mortenbock