Cdp Versions Save

Package cdp provides type-safe bindings for the Chrome DevTools Protocol (CDP), written in the Go programming language.

v0.34.1

1 year ago

v0.34.0

1 year ago
  • devtool: Return nicer errors for Node.js (#133) (612455d)
  • devtool: Use new PUT requests (#139) (0a8c15b)

https://github.com/mafredri/cdp/compare/v0.33.0...v0.34.0

v0.33.0

1 year ago
  • Switch to GitHub Actions (#129) (159a656)
  • Update to latest protocol definitions (#130) (d0c159a)
  • rpcc: Fix potential deadlock in stream Sync (#134) (91594d7)
  • Format project with gofumpt (#135) (3c5eab7)
  • Add example using alternative websocket implementation (69932b8)
  • Update go.mod (9d6eeb0)
  • Update to latest protocol definitions (#136) (b079440)

https://github.com/mafredri/cdp/compare/v0.32.0...v0.33.0

v0.32.0

2 years ago
  • Update to latest protocol definitions (39a25b4)
  • cmd/cdpgen: Add initialisms (a69e549)
  • cmd/cdpgen: Handle project outside GOPATH (a7ff101)

v0.31.1

2 years ago
  • devtool: Close http client request body (#126) (fd8f409)

v0.31.0

3 years ago
  • Update modules, run go mod tidy (75c683f)
  • Update to latest protocol definitions (802c9b6)
  • internal/errors: Use strings.Builder, improve comments (0245143)
  • cmd/cdpgen: Update lint and base64 encoded types (602dea6)
  • Run gofmt -s (b67fca2)

v0.30.0

3 years ago
  • Refactor errors and add support for Go 1.13 errors (#124) 0ea84f3f55ce89090f9ecb993590f6920ebdea38
    • all: Implement Is, As and Unwrap for errors
    • Deprecate cdp.ErrorCause in favor of Is, As, Unwrap
    • Use errors.Is and errors.As where applicable
    • travis: Drop Go 1.12, add Go 1.15

v0.29.2

3 years ago
  • session: Cleanup session.Manager's handling of errors. (#122, 86e3bb82b491eca4f4ea1a49516f19738d529af2)

Thanks again @jmuk 🎉

v0.29.1

3 years ago
  • session: allow Manager.watch to take care of websocket errors (#121, 93673b761ed37ebe4b9ca7622a17c20b4fb6da4f)

Thanks for this release go out to: @jmuk 🎉

v0.29.0

3 years ago
  • Update modules (add412e639fdca793d34160d4ce49fc91d631572)
  • cmd/cdpgen: Set initialism for RGB and HSL (71ca3191ef4c35e47a83c8a5244a9a323203833b)
  • Update to latest protocol definitions (c50077a0f31f5d68ba52453bac4587e1e13aede9)