Skip to content

v11.0.0

Compare
Choose a tag to compare
@kblok kblok released this 16 Aug 13:02
· 284 commits to master since this release
b9f325a

Google for testing is here!

v11 brings Google for Testing support. This introduces some breaking changes. But I think it won't be that hard to migrate your code:

  • Product was renamed to SupportedBrowser.
  • BrowserFetcher.DefaultChromiumRevision was moved to PuppeteerSharp.BrowserData.Chrome.DefaultBuildId.
  • BrowserFetcher.DefaultFirefoxRevision was moved to PuppeteerSharp.BrowserData.Firefox.DefaultBuildId.
  • BrowserFetcher.DownloadsFolder was renamed to CacheDir.
  • BrowserFecher.DownloadHost was reamed to BaseUrl.
  • BrowserFecher.Product was reamed to Browser.
  • BrowserFecher.LocalRevisions was reamed to GetInstalledBrowsers .
  • RevisionInfo was reamed to InstalledBrowser.
  • The concept of Revision was changed to BuildId.

What's Changed

Full Changelog: v10.1.2...v11.0.0