Skip to content

Tags: jarylc/go-chromedpproxy

Tags

v0.2.1

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.2.1 release

* ensure tabs are closed via multiple methods

v0.2.0

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.2.0 release

* added and defaulted to headless stealth mode (undetected-chromedp)

v0.1.1

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
update dependencies

v0.1.0

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.1.0 release

* removed Fiber dependency and move to Gorrila Mux and Websocket
* updated examples

v0.0.4

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.0.4 release

* fix panic, let garbage collector clean up interrupt channels instead

v0.0.3

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.0.3 release

* save memory by cleaning up and resetting everything when all tabs are closed
* split test cases

v0.0.2

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.0.2 release

* 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

v0.0.1

Verified

This commit was signed with the committer’s verified signature.
jarylc Jaryl Chng
v0.0.1 release

- initial functionalities ready
- untested on separate project