Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@jniles jniles released this 20 Sep 09:29
· 2 commits to master since this release
  • fix: update tests to reflect Uint8Array (3726e1e)
  • deps: bump puppeteer (726855a)

Breaking Changes ?

Puppeteer silently changed their API to return a Uint8Array instead of a buffer causing test to fail. I simply updated the tests to reflect this. If we wanted to keep the old API, we could call new Buffer() on the output of the render function, but I believe this is likely unnecessary in most cases.