Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Ditto 0.9.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@leekelleher leekelleher released this 20 May 11:29
· 267 commits to master since this release

Hey there Ditto fans!

We've put a lot of work in to Ditto 0.9.0, there is quite a big breaking-change (see below), so we've released a beta version first, then once we're happy that you're happy, we'll release a stable version.

Download is available via NuGet!

If you are using custom ValueResolvers/TypeConverters, please read our guide on how to upgrade to v0.9.0!

Please note that the v0.9.x releases of Ditto will be the last to compile against Umbraco v6.2.x.
The next minor release of Ditto (v0.10.0) will support Umbraco 7.3.2 and above.


New Features

  • #142 Processors (also a breaking change see below)
  • #150 Adding caching options to processors

Breaking Changes

  • #142, #143, #144 Processors supersede ValueResolvers & TypeConverters!
  • #172, #173 No longer set properties that have an internal setter

Refactoring (Internal)

  • #159 Fast property accessors - doubles the speed of accessing class properties
  • #156 Performance Benchmarking/Tests

Documentation


Enjoy the release!

All the best from @mattbrailsford, @leekelleher and @JimBobSquarePants