Skip to content

Latest commit

 

History

History
73 lines (40 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

73 lines (40 loc) · 2.4 KB

Changelog

0.9.0 - 2024-05-18

Added

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

0.8.0 - 2024-05-01

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)

0.7.0 - 2024-03-07

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)

0.6.0 - 2023-12-25

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)

0.5.0 - 2023-10-11

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)

0.4.0 - 2023-09-27

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.