cdp v0.30.0 Release Notes

Release Date: 2020-10-09 // over 3 years ago
    • ๐Ÿ”จ Refactor errors and add support for Go 1.13 errors (#124) 0ea84f3
      • 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

Previous changes from v0.29.2

    • session: Cleanup session.Manager's handling of errors. (#122, 86e3bb8)

    ๐Ÿฑ Thanks again @jmuk ๐ŸŽ‰