8000 Releases · third-culture-software/coral · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: third-culture-software/coral

Release 4.0.2

18 May 18:15
Compare
Choose a tag to compare

Release 4.0.1

13 Mar 17:25
Compare
Choose a tag to compare
  • chore: bump dependencies (bc47962)

Release 4.0.0

07 Feb 15:16
Compare
Choose a tag to compare
  • feat(api): create close() (5d51c95)
  • test: switch to node:test (c170493)

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.

0