Skip to content

Commit

Permalink
v0.5 Docs (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Apr 30, 2018
1 parent db30779 commit 53a9001
Showing 1 changed file with 29 additions and 3 deletions.
32 changes: 29 additions & 3 deletions lib/PuppeteerSharp/PuppeteerSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>0.4.0</PackageVersion>
<PackageVersion>0.5.0</PackageVersion>
<Authors>Darío Kondratiuk</Authors>
<Owners>Darío Kondratiuk</Owners>
<PackageProjectUrl>https://github.com/kblok/puppeteer-sharp</PackageProjectUrl>
Expand All @@ -11,7 +11,33 @@
<Title>PuppeteerSharp</Title>
<Description>Headless Chrome .NET API</Description>
<PackageId>PuppeteerSharp</PackageId>
<PackageReleaseNotes>* 0.4.0: Page Features, are you ready?
<PackageReleaseNotes>* 0.5.0: Frames and Tracing
* Features
- Network Events
- Tracing
- Frames support
* fixes
- Fixed Browse.Close on Azure Functions
* New APIs
- Request.ContinueAsync
- Request.RespondAsync
- Request.AbortAsync
- Response.BufferAsync
- Response.TextAsync
- Response.JsonAsync
- Session.TracingComplete
- Session.DetachAsync
- Page.Tracing.StartAsync
- Page.Tracing.StopAsync
- Page.EvaluateOnNewDocumentAsync
- Page.Coverage
- Page.WaitForFunctionAsync
- Browser.Targets
- Browser.PagesAsync
- Frame.WaitForSelectorAsync
- Target.CreateCDPSession

* 0.4.0: Page Features, are you ready?
- Page.GoToAsync
- Page.ReloadAsync
- Page.EmulateMediaAsync
Expand Down Expand Up @@ -42,7 +68,7 @@
* 0.3.1: .NET Framework Support
* 0.3.0: Process improvements, User data dir support
* 0.1.0: PDF and Screenshots support</PackageReleaseNotes>
<ReleaseVersion>0.4.0</ReleaseVersion>
<ReleaseVersion>0.5.0</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 53a9001

Please sign in to comment.