Skip to content

Releases: liuminhaw/renderer

v0.9.0

18 May 10:57
Compare
Choose a tag to compare

Added

  • Add context to show chromium execution message for debugging (#34) (Min-Haw, Liu)

v0.8.0

01 May 17:40
878d15f
Compare
Choose a tag to compare

Added

  • Add context to run chrome in container environment (eg. docker / lambda) (#30) (Min-Haw, Liu)

Removed

  • Breaking Remove single-process from context option (#30) (Min-Haw, Liu)
  • Breaking Remove no sandbox from context option (#30) (Min-Haw, Liu)

v0.7.0

06 Mar 18:25
Compare
Choose a tag to compare

Added

  • Add context to run chrome in single-process mode (#28)

Fixed

  • Fix timeout default to 0 but not 30 seconds if not explicitly set (#27)

v0.6.0

25 Dec 16:02
Compare
Choose a tag to compare

Changed

  • Breaking: New BrowserContext separated from RendererContext and PdfContext (#24)

Added

  • Debug mode to print out debugging message (#24)
  • Add context to manually set chrome / chromium executable path (#22)
  • Add context to disable sandbox option from chromedp (#23)

v0.5.0

10 Oct 17:46
Compare
Choose a tag to compare

Changed

  • Modify license from GNU General Public License v3.0 to MIT License (#18)
  • Upgrade chromedp from 0.8.6 to 0.9.2 (#16)

Added

  • Add pdf renderer for site (#17)

v0.4.0

27 Sep 15:37
fd1674e
Compare
Choose a tag to compare

Changed

  • Breaking: headless mode default set to false
  • Breaking: imageLoad option default set to false
  • Modify renderer context to use custom type (#8)

🌱 Initial release.