Releases: third-culture-software/coral
Releases · third-culture-software/coral
Release 4.0.2
Release 4.0.1
- chore: bump dependencies (bc47962)
Release 4.0.0
Release 3.1.0
- chore: bump deps (6bb810f)
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.