Releases: jarylc/go-chromedpproxy
Releases · jarylc/go-chromedpproxy
v0.2.1
v0.2.0
What’s Changed
- added and defaulted to headless stealth mode (undetected-chromedp)
v0.1.1
v0.1.0
What’s Changed
- removed Fiber dependency and move to Gorrila Mux and Websocket
- updated examples
Full Changelog: v0.0.4...v0.1.0
v0.0.4
What’s Changed
- fix panic, let garbage collector clean up interrupt channels instead
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What’s Changed
- save memory by cleaning up and resetting everything when all tabs are closed
- split test cases
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What’s Changed
- project folder cleanup
- remove extra closing steps on examples
- cancel tab contexts on
CloseTarget
to prevent hanging issue on double close - rectify
Installing
section on README.md
Full Changelog: https://github.com/jarylc/go-chromedpproxy/commits/v0.0.2
v0.0.1
What’s Changed
- initial functionalities ready
- untested on separate project