Skip to content

Releases: Third-Culture-Software/coral

Release 3.1.0

03 Dec 13:51
Compare
Choose a tag to compare

Release 3.0.0

20 Sep 09:29
Compare
Choose a tag to compare
  • 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.