Releases: Third-Culture-Software/coral
Releases · Third-Culture-Software/coral
Release 3.1.0
Release 3.0.0
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.