0.8.0
- New API: All methods now return a promise and results can be yielded like
rasterizeHTML.drawURL().then(function (renderResult) { ... })
- The old callback style is now deprecated in favour of the promises style.
- If rendering fails completely, only the actual failing error is now reported.
- Fix "!important" not being correctly transfered when inlining background images.
- Fix same mime type being used for several alternate font face sources.