Skip to content

0.8.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 17 Feb 21:06
· 367 commits to master since this release
  • 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.