|
2 | 2 | <PropertyGroup> |
3 | 3 | <TargetFramework>netstandard2.0</TargetFramework> |
4 | 4 | <PackOnBuild>true</PackOnBuild> |
5 | | - <PackageVersion>1.6.0</PackageVersion> |
| 5 | + <PackageVersion>1.6.2</PackageVersion> |
6 | 6 | <Authors>Darío Kondratiuk</Authors> |
7 | 7 | <Owners>Darío Kondratiuk</Owners> |
8 | 8 | <PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl> |
|
11 | 11 | <Title>PuppeteerSharp</Title> |
12 | 12 | <Description>Headless Chrome .NET API</Description> |
13 | 13 | <PackageId>PuppeteerSharp</PackageId> |
14 | | - <PackageReleaseNotes> |
15 | | -# New Features |
16 | | - * Support thrown strings and numbers in getExceptionMessage. |
17 | | - * Implement PageError event from a worker. |
18 | | - * Click wrapped links support. |
19 | | - * Add an option to collect coverage of anonymous scripts. |
20 | | - * ElementHandle.IsIntersectingViewportAsync and Offsetclicks. |
| 14 | + <PackageReleaseNotes># Breaking Changes |
21 | 15 |
|
22 | | -# New APIs |
23 | | - |
24 | | - * Page.WaitForRequestAsync and Page.WaitForResponseAsync. |
25 | | - |
26 | | -# Breaking Changes |
27 | | - |
28 | | - * Remove throw in case of empty elementHandle. |
29 | | - * EvaluateFunctionAsync and EvaluateFunctionAsync now will throw and EvaluationFailedException. |
| 16 | + * Always add àbout:blank` to default arguments. |
30 | 17 |
|
31 | 18 | # Changelog |
32 | 19 |
|
33 | | - * Roll Chromium to r571375. |
34 | | - * Migrate exposeFunction from console.debug to Runtime.installBinding. |
35 | | - * Don't pass a reference to the page into frames. |
36 | | - * Simplify EmulationManager. |
37 | | - * Clarify docs about waitForNavigation. |
38 | | - * Add new error reasons for request.abort(). |
39 | | - * Fix random tests flakiness. |
40 | | - * Test that verifies pptr works with SVG nodes. |
41 | | - * Nicer protocol error messages. |
42 | | - * Add support for target.page for 'backgroud_page'. |
43 | | - * New devices. |
44 | | - * Fix race condition in WaitTask. |
45 | | - * Make Payload constructor Public. |
46 | | - * Fix ContinueAsync payload override. |
| 20 | + * Bump Chromium to 575458 |
| 21 | + * Remove header 'cookie' from request hash |
47 | 22 | </PackageReleaseNotes> |
48 | | - <ReleaseVersion>1.6.0</ReleaseVersion> |
| 23 | + <ReleaseVersion>1.6.2</ReleaseVersion> |
49 | 24 | <SynchReleaseVersion>false</SynchReleaseVersion> |
50 | 25 | </PropertyGroup> |
51 | 26 | <PropertyGroup> |
|
0 commit comments