Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

webview2 v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 20:08
41bfb5b

⚠ BREAKING CHANGES

  • introduce better error handling, use the user32 helper
  • embed DLLs using the go:embed directive
  • change the import path, bump min. Go to 1.16

Features

  • add the user32 package which wraps many of the syscall calls (17e76a9)

Documentation

Chores

  • ignore .vscode and built binaries (104afbe)

Refactoring

  • change the import path, bump min. Go to 1.16 (cbf6f57)
  • embed DLLs using the go:embed directive (b287646)
  • introduce better error handling, use the user32 helper (09698be)